mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-17 06:59:06 -05:00
parent
2a1470cd05
commit
864f144543
22 changed files with 104 additions and 40 deletions
|
|
@ -59,8 +59,8 @@ class ServerNoticesConfig(Config):
|
|||
None if server notices are not enabled.
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
super(ServerNoticesConfig, self).__init__()
|
||||
def __init__(self, *args):
|
||||
super(ServerNoticesConfig, self).__init__(*args)
|
||||
self.server_notices_mxid = None
|
||||
self.server_notices_mxid_display_name = None
|
||||
self.server_notices_mxid_avatar_url = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue