Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Add missing ACL rule to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Oct 24, 2023
1 parent 395bf9d commit 5ced1a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pushrules/default_override.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ func defaultOverrideRules(userID string) []*Rule {
&mRuleRoomNotifDefinition,
&mRuleTombstoneDefinition,
&mRuleReactionDefinition,
&mRuleACLsDefinition,
}
}

Expand Down

0 comments on commit 5ced1a1

Please sign in to comment.