[🐴] 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
|
@ -16,7 +16,6 @@ interface ReportOptions {
|
|||
feedgen: ReportOption[]
|
||||
other: ReportOption[]
|
||||
convoMessage: ReportOption[]
|
||||
convoAccount: ReportOption[]
|
||||
}
|
||||
|
||||
export function useReportOptions(): ReportOptions {
|
||||
|
@ -87,19 +86,6 @@ export function useReportOptions(): ReportOptions {
|
|||
},
|
||||
...common,
|
||||
],
|
||||
convoAccount: [
|
||||
{
|
||||
reason: ComAtprotoModerationDefs.REASONSPAM,
|
||||
title: _(msg`Spam`),
|
||||
description: _(msg`Excessive or unwanted messages`),
|
||||
},
|
||||
{
|
||||
reason: ComAtprotoModerationDefs.REASONSEXUAL,
|
||||
title: _(msg`Unwanted Sexual Content`),
|
||||
description: _(msg`Inappropriate messages or explicit links`),
|
||||
},
|
||||
...common,
|
||||
],
|
||||
list: [
|
||||
{
|
||||
reason: ComAtprotoModerationDefs.REASONVIOLATION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue