Skip to content

Commit

Permalink
🐛 Add account, record and identity events to the list of allowed even…
Browse files Browse the repository at this point in the history
…t filter (#3464)

🐛 Add account, record and identity events to he list of allowed event filter
  • Loading branch information
foysalit authored Jan 31, 2025
1 parent cc2a122 commit 8fd5dce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ozone/src/api/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ const eventTypes = new Set([
'tools.ozone.moderation.defs#modEventResolveAppeal',
'tools.ozone.moderation.defs#modEventTag',
'tools.ozone.moderation.defs#modEventDivert',
'tools.ozone.moderation.defs#accountEvent',
'tools.ozone.moderation.defs#identityEvent',
'tools.ozone.moderation.defs#recordEvent',
])

export const getMemberRole = (role: string) => {
Expand Down

0 comments on commit 8fd5dce

Please sign in to comment.