-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Fixing federated acceptance messages #4086
Fixing federated acceptance messages #4086
Conversation
@@ -3371,7 +3369,7 @@ class ChatActivity : | |||
CONTENT_TYPE_VOICE_MESSAGE -> message.isVoiceMessage | |||
CONTENT_TYPE_POLL -> message.isPoll() | |||
CONTENT_TYPE_LINK_PREVIEW -> message.isLinkPreview() | |||
CONTENT_TYPE_SYSTEM_MESSAGE -> !TextUtils.isEmpty(message.systemMessage) | |||
CONTENT_TYPE_SYSTEM_MESSAGE -> message.messageType == "system" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, I see, seems that the federated_user_added and federated_user_removed weren't added to the system message type enum. Should be fixed properly now.
0c310dc
to
7ca68b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to work fine now 👍
But please change the commit message to a more descriptive commit message before merging 😉
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/4086-talk.apk |
/backport to stable-20.0 |
🖼️ Screenshots
🏁 Checklist
/backport to stable-xx.x