Skip to content

Commit

Permalink
actually add the constants I was using
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous committed May 25, 2023
1 parent 2101499 commit a2b0689
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CONST.js
Original file line number Diff line number Diff line change
Expand Up @@ -2387,6 +2387,9 @@ const CONST = {
UNREAD_ACTION_INDICATOR_ID: 'no-copy-area-unread-action-indicator',
MODERATION: {
MODERATOR_DECISION_PENDING: 'pending',
MODERATOR_DECISION_PENDING_HIDE: 'pendingHide',
FLAG_SEVERITY_SPAM: 'spam',
FLAG_SEVERITY_INCONSIDERATE: 'inconsiderate',
},
};

Expand Down

0 comments on commit a2b0689

Please sign in to comment.