mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 05:29:25 -05:00
fix typo
This commit is contained in:
parent
2c62ea2515
commit
dda40fb55d
@ -56,7 +56,7 @@ class ServerNoticesManager(object):
|
|||||||
event_content (dict): content of event to send
|
event_content (dict): content of event to send
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Deferrred[None]
|
Deferred[None]
|
||||||
"""
|
"""
|
||||||
room_id = yield self.get_notice_room_for_user(user_id)
|
room_id = yield self.get_notice_room_for_user(user_id)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user