Enhancement: Implement support for Classified Conversations (Fixes #6414) - #6424
Merged
mahibi merged 5 commits intoAug 4, 2026
Merged
Conversation
20 tasks
thirumani-vihaan
force-pushed
the
feature/classified-conversations
branch
2 times, most recently
from
July 27, 2026 19:12
b73037c to
775bfa0
Compare
Collaborator
|
Hi @thirumani-vihaan thank you for contributing 👍 . We will review soon |
Member
|
The API was merged, so this can now be properly tested |
Collaborator
|
review is planned for tuesday/wednesday |
Signed-off-by: thirumani-vihaan <arjunthirumani02@gmail.com>
Signed-off-by: thirumani-vihaan <arjunthirumani02@gmail.com>
this is not the live translation that should be disabled Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
rely on actual call system messages in the chatlist instead of lastMessage in conversation (which was errorprone) Assisted-by: Claude Code 2.1.199:claude-sonnet-5 Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
the blinking was too much.. Also extract the string to strings.xml and separate the icon from it Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
mahibi
force-pushed
the
feature/classified-conversations
branch
from
August 4, 2026 14:58
4f20f42 to
6de39a4
Compare
Collaborator
|
Thank you for contributing @thirumani-vihaan 👍 |
mahibi
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #6414
This PR implements client-side support for "Classified Conversations", matching the behavior implemented in the Nextcloud backend and web frontend. Classified conversations are highly restricted rooms where data-leaking features are strictly prohibited.
📝 Key Changes:
SpreedFeatures.CLASSIFIED_CONVERSATIONScapability check and bitwise masking (TalkRoom.attributes & 4) through a unifiedConversationUtils.isClassified(...)method.MessageActionsBottomSheet.loadedImagetonullfor classified messages in Jetpack Compose to naturally trigger the server-provided Blurhash fallback, preventing full image downloads.CallActivityto completely disable the call recording button in classified rooms.CLASSIFIEDtoConversationEnums.ObjectTypeand hooked upretentionOfClassifiedRoomto properly display the auto-deletion warning banner.🛡️ Classified conversationbanner to theChatToolbar.🖼️ Screenshots
🚧 TODO
isClassifiedthrough UI state🏁 Checklist
/backport to stable-xx.x🤖 AI (if applicable)