Skip to content

Commit

Permalink
Set DONT_OFFER_COMMUNITY_MODERATION_TYPES_TO_MODERATORS to true
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenAsJade committed Feb 19, 2024
1 parent 866b152 commit 71b319b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/report_manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { browserHistory } from "ogsHistory";
import { get, post } from "requests";
import { MODERATOR_POWERS } from "moderation";

const DONT_OFFER_COMMUNITY_MODERATION_TYPES_TO_MODERATORS = false;
const DONT_OFFER_COMMUNITY_MODERATION_TYPES_TO_MODERATORS = true;

interface Vote {
voter_id: number;
Expand Down

0 comments on commit 71b319b

Please sign in to comment.