Skip to content

Commit

Permalink
Merge pull request online-go#2588 from GreenAsJade/hide_nonescalated_…
Browse files Browse the repository at this point in the history
…cm_reports_from_moderators

Set `DONT_OFFER_COMMUNITY_MODERATION_TYPES_TO_MODERATORS` to `true`
  • Loading branch information
anoek authored Feb 19, 2024
2 parents 866b152 + 71b319b commit 22497ac
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 22497ac

Please sign in to comment.