Get post hiding back in gear

This commit is contained in:
Paul Frazee
2024-02-15 11:13:18 -08:00
parent 4d8b4cf6f7
commit e72113ec85
2 changed files with 5 additions and 49 deletions
@@ -75,7 +75,7 @@ export function useModerationCauseDescription(
}
}
// @ts-ignore Temporary extension to the moderation system -prf
if (cause.type === 'post-hidden') {
if (cause.type === 'hidden') {
return {
name: _(msg`Post Hidden by You`),
description: _(msg`You have hidden this post`),