Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix to not remove call buttons for federated conversations after 30 seconds #4239

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

mahibi
Copy link
Collaborator

@mahibi mahibi commented Sep 18, 2024

After 30 seconds (when the capabilities were updated) the call buttons of federated conversations were sometimes removed (the logic was added 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.

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not needed
  • 🔖 Capability is checked or not needed
  • 🔙 Backport requests are created or not needed: /backport to stable-xx.x
  • 📅 Milestone is set
  • 🌸 PR title is meaningful (if it should be in the changelog: is it meaningful to users?)

@mahibi mahibi added the 3. to review Waiting for reviews label Sep 18, 2024
@mahibi mahibi added this to the 20.0.2 milestone Sep 18, 2024
@mahibi mahibi self-assigned this Sep 18, 2024
@mahibi
Copy link
Collaborator Author

mahibi commented Sep 18, 2024

while testing, i reopened #3843 which occured again and seems to be explained by the if (this::spreedCapabilities.isInitialized) {.... behaviour.

@mahibi mahibi modified the milestones: 20.0.2, 20.1.0 Sep 18, 2024
@mahibi
Copy link
Collaborator Author

mahibi commented Sep 18, 2024

/backport to stable-20.0

Copy link
Contributor

Codacy

Lint

TypemasterPR
Warnings8696
Errors131131

SpotBugs

CategoryBaseNew
Bad practice66
Correctness1111
Dodgy code7979
Internationalization33
Malicious code vulnerability33
Performance66
Security11
Total109109

Lint increased!

…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 <[email protected]>
@mahibi mahibi force-pushed the bugfix/noid/fixFederatedCallButtons branch from 795c3c9 to b080e89 Compare September 20, 2024 11:46
@mahibi mahibi merged commit 22c3f62 into master Sep 20, 2024
11 of 17 checks passed
@mahibi mahibi deleted the bugfix/noid/fixFederatedCallButtons branch September 20, 2024 11:46
Copy link
Contributor

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/4239-talk.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud Talk app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants