[🐴] 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
|
|
@ -58,9 +58,6 @@ export function SelectReportOptionView({
|
|||
} else if (props.params.type === 'convoMessage') {
|
||||
title = _(msg`Report this message`)
|
||||
description = _(msg`Why should this message be reviewed?`)
|
||||
} else if (props.params.type === 'convoAccount') {
|
||||
title = _(msg`Report this account`)
|
||||
description = _(msg`Why should this account be reviewed?`)
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -13,5 +13,4 @@ export type ReportDialogProps = {
|
|||
did: string
|
||||
}
|
||||
| {type: 'convoMessage'}
|
||||
| {type: 'convoAccount'}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue