set the correct "marked an NSFW" when loading admin-user

This commit is contained in:
dakkar 2024-05-30 14:22:00 +00:00 committed by Amelia Yukii
parent 58bc8f2c10
commit 3050dcbef7
2 changed files with 3 additions and 1 deletions

View file

@ -265,6 +265,7 @@ function createFetcher() {
moderator.value = info.value.isModerator;
silenced.value = info.value.isSilenced;
approved.value = info.value.approved;
markedAsNSFW.value = info.value.alwaysMarkNsfw;
suspended.value = info.value.isSuspended;
moderationNote.value = info.value.moderationNote;