You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current values (SFW, SELF_NSFW, and MOD_NSFW) can be emulated by (marked_by IS NULL, marked_by = author, and marked_by = ANY (SELECT id FROM moderators).
The text was updated successfully, but these errors were encountered:
the current values (SFW, SELF_NSFW, and MOD_NSFW) can be emulated by (
marked_by IS NULL
,marked_by = author
, andmarked_by = ANY (SELECT id FROM moderators)
.The text was updated successfully, but these errors were encountered: