[🐴] Switch back to encouraging users to report messages (#4117)

* Swap prompt back in

* Remove unused convoAccount affordances
This commit is contained in:
Eric Bailey 2024-05-20 13:49:20 -05:00 committed by GitHub
parent cc7a0da1a2
commit d0bfe703d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 39 additions and 63 deletions

View file

@ -12,7 +12,7 @@ import {useDialogControl} from '#/components/Dialog'
import {Divider} from '#/components/Divider'
import {BlockedByListDialog} from '#/components/dms/BlockedByListDialog'
import {LeaveConvoPrompt} from '#/components/dms/LeaveConvoPrompt'
import {ReportDialog} from '#/components/dms/ReportDialog'
import {ReportConversationPrompt} from '#/components/dms/ReportConversationPrompt'
import {Text} from '#/components/Typography'
export function MessagesListBlockedFooter({
@ -120,10 +120,7 @@ export function MessagesListBlockedFooter({
convoId={convoId}
/>
<ReportDialog
control={reportControl}
params={{type: 'convoAccount', did: recipient.did, convoId}}
/>
<ReportConversationPrompt control={reportControl} />
<BlockedByListDialog
control={blockedByListControl}