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

Commit

Permalink
Remove now useless config option
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Nov 4, 2021
1 parent 1e73b59 commit ed31c6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions synapse/rulecheck/domain_rule_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ def __init__(self, config, api: ModuleApi):
self.can_only_join_rooms_with_invite = config.get(
"can_only_join_rooms_with_invite", False
)
self.can_only_create_one_to_one_rooms = config.get(
"can_only_create_one_to_one_rooms", False
)
self.can_only_invite_during_room_creation = config.get(
"can_only_invite_during_room_creation", False
)
Expand Down

0 comments on commit ed31c6b

Please sign in to comment.