mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 11:20:48 -05:00
Change admin_uri to admin_contact in config and errors
This commit is contained in:
parent
897d976c1e
commit
05077e06fa
7 changed files with 13 additions and 13 deletions
|
|
@ -118,7 +118,7 @@ class ResourceLimitsServerNotices(object):
|
|||
'body': event_content,
|
||||
'msgtype': ServerNoticeMsgType,
|
||||
'server_notice_type': ServerNoticeLimitReached,
|
||||
'admin_uri': self._config.admin_uri,
|
||||
'admin_contact': self._config.admin_contact,
|
||||
'limit_type': event_limit_type
|
||||
}
|
||||
event = yield self._server_notices_manager.send_notice(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue