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

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Aug 10, 2020
1 parent 1a3aabc commit 5c43c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/config/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ class LimitRemoteRoomsConfig(object):

# Turn the list into a set to improve lookup speed.
self.users_new_default_push_rules = set(
self.users_new_default_push_rules
users_new_default_push_rules
) # type: set

def has_tls_listener(self) -> bool:
Expand Down

0 comments on commit 5c43c43

Please sign in to comment.