mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-12 16:06:36 -05:00
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_contact
This commit is contained in:
commit
9db2476991
3 changed files with 5 additions and 4 deletions
|
|
@ -55,6 +55,7 @@ class TestResourceLimitsServerNotices(unittest.TestCase):
|
|||
returnValue=""
|
||||
)
|
||||
self._rlsn._store.add_tag_to_room = Mock()
|
||||
self._rlsn._store.get_tags_for_room = Mock(return_value={})
|
||||
self.hs.config.admin_contact = "mailto:user@test.com"
|
||||
|
||||
@defer.inlineCallbacks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue