Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix to not remove call buttons for federated conversations after 30 s…
…econds After 30 seconds (when the capabilities were updated) the call buttons of federated conversations were removed (this was done back then when fed calls were not implemented). However this happened not always because of the check "if (this::spreedCapabilities.isInitialized) {...." It seems this check sometimes is false when it's supposed to be true. This has be to further investigated and has to be be simplified/improved by a cleaner architecture. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
- Loading branch information