Enhancement: Implement support for Classified Conversations (Fixes #6414) - #6424
Open
thirumani-vihaan wants to merge 2 commits into
Open
Enhancement: Implement support for Classified Conversations (Fixes #6414)#6424thirumani-vihaan wants to merge 2 commits into
thirumani-vihaan wants to merge 2 commits into
Conversation
Signed-off-by: thirumani-vihaan <arjunthirumani02@gmail.com>
20 tasks
thirumani-vihaan
force-pushed
the
feature/classified-conversations
branch
from
July 27, 2026 19:06
00cc950 to
b73037c
Compare
Signed-off-by: thirumani-vihaan <arjunthirumani02@gmail.com>
thirumani-vihaan
force-pushed
the
feature/classified-conversations
branch
from
July 27, 2026 19:12
b73037c to
775bfa0
Compare
Collaborator
|
Hi @thirumani-vihaan thank you for contributing 👍 . We will review soon |
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)