Merge branch 'main' into 3p-moderators

This commit is contained in:
Paul Frazee
2024-03-07 23:02:14 -08:00
172 changed files with 9422 additions and 2463 deletions
@@ -84,6 +84,16 @@ export function useModerationCauseDescription(
}
}
}
// TODO
// if (cause.type === 'muted-word') {
// return {
// icon: EyeSlash,
// name: _(msg`Post hidden by muted word`),
// description: _(
// msg`You've chosen to hide a word or tag within this post.`,
// ),
// }
// }
// @ts-ignore Temporary extension to the moderation system -prf
if (cause.type === 'hidden') {
return {