feat: handle call moderation actions [WPB-3185]#4691
Open
feat: handle call moderation actions [WPB-3185]#4691
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4691 +/- ##
===========================================
+ Coverage 49.78% 49.95% +0.17%
===========================================
Files 601 601
Lines 20583 20623 +40
Branches 3282 3284 +2
===========================================
+ Hits 10247 10302 +55
+ Misses 9367 9350 -17
- Partials 969 971 +2
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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.



https://wearezeta.atlassian.net/browse/WPB-3185
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
User needs to be informed of the actions taken towards them by the moderator/admin during the call.
Managing and storing these events has been added in kalium, along with the use case to observe them.
This PR includes changes needed to display them correctly:
ExpiringMapto be able to add item which expires in a given custom period and to add one without expirationInCallToastmodel which currently has two main types:ModerationActionto show all actions done by the moderators/adminsFullscreenwhich handles already existing labels informing about how to open or close the fullscreenOngoingCallViewModel- toasts are stored by their ID, but currently toasts of the same type share the same ID, thanks to that there is always only one toast of a given type on the screen, and when a new one appears, it overwrites the existing one of the same typeDoubleTapToastand its usages inFullscreenTileandOngoingCallScreenas it’s now handled by theInCallToastDependencies (Optional)
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Join a call, unmute and let moderator/admin to mute you remotely.
Open and close fullscreen.
Attachments (Optional)
Screen.Recording.2026-04-03.at.15.55.36.mov
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.