Change admin_uri to admin_contact in config and errors

This commit is contained in:
Erik Johnston 2018-08-24 16:51:27 +01:00
parent 897d976c1e
commit 05077e06fa
7 changed files with 13 additions and 13 deletions

View file

@ -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(