fix: make reposts of nsfw posts nsfw

chore: update permission management uis
This commit is contained in:
trisua 2025-04-13 00:54:00 -04:00
parent c49e4458e2
commit 7b4865333e
5 changed files with 11 additions and 3 deletions

View file

@ -348,6 +348,7 @@
REQUESTED: 1 << 6,
MANAGE_PINS: 1 << 7,
MANAGE_COMMUNITY: 1 << 8,
MANAGE_QUESTIONS: 1 << 9,
},
],
);