[🐴] Switch back to encouraging users to report messages (#4117)
* Swap prompt back in * Remove unused convoAccount affordances
This commit is contained in:
parent
cc7a0da1a2
commit
d0bfe703d9
7 changed files with 39 additions and 63 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue