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 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).