You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should see a list of conversations with unknown consent state
Unknown List should filter out conversations that
creatorInboxId is denied (group)
addedByInboxId is denied (group)
peerInboxId is denied (dm)
Should see Join Conversation or Delete when viewing a conversation with a unknown consent
joining a conversation should mark the conversationId as allowed
joining a dm should also mark the peerInboxId as allowed
deleting an unconsented conversation should mark the conversationId as denied and mark the peerInboxId denied if a dm otherwise the addedByInboxId as denied if a group
and pop up a snackbar with an Undo option
deleting a previously consented conversation should not mark the conversationId as denied
and pop up a snackbar with an option to Block the DM/inviter (which would mark the conversationId and peerInboxId as denied)
deleting a conversation should mark the conversationId as deleted in the convos backend
The text was updated successfully, but these errors were encountered:
Should be able to consent to joining a group or not
https://www.figma.com/proto/p6mt4tEDltI4mypD3TIgUk/Converse-App?page-id=3198%3A3223&node-id=5547-41382&viewport=-36819%2C1443%2C1&t=152OA89lJ7vkIReE-1&scaling=min-zoom&content-scaling=fixed&starting-point-node-id=5547%3A41382&show-proto-sidebar=1
Acceptance Criteria
The text was updated successfully, but these errors were encountered: