mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 01:55:53 +03:00
Typo
This commit is contained in:
parent
1a3aabcf3f
commit
5c43c43240
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ class ServerConfig(Config):
|
|||
|
||||
# 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:
|
||||
|
|
Loading…
Reference in a new issue