Skip to content

Commit ae6893f

Browse files
committed
Don't validate moderation status when moderating user
1 parent 23260c7 commit ae6893f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/admin/actions/moderate_user.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The active web sessions of the user will be expired.
5151
final refCase =
5252
await adminBackend.loadAndVerifyModerationCaseForAdminAction(
5353
caseId,
54-
status: ModerationStatus.pending,
54+
status: null,
5555
);
5656

5757
User? user;

0 commit comments

Comments
 (0)