[🐴] 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

@ -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,