mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-10 19:19:01 -05:00
Use direct references for configuration variables (part 5). (#10897)
This commit is contained in:
parent
85551b7a85
commit
bb7fdd821b
48 changed files with 128 additions and 113 deletions
|
|
@ -326,7 +326,7 @@ class TestResourceLimitsServerNoticesWithRealRooms(unittest.HomeserverTestCase):
|
|||
for event in events:
|
||||
if (
|
||||
event["type"] == EventTypes.Message
|
||||
and event["sender"] == self.hs.config.server_notices_mxid
|
||||
and event["sender"] == self.hs.config.servernotices.server_notices_mxid
|
||||
):
|
||||
notice_in_room = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue