mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-06 22:59:22 +01:00
fix typo breaking the fix to #1753
This commit is contained in:
parent
b42a972b71
commit
b2850e62db
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class _EventInternalMetadata(object):
|
||||||
|
|
||||||
returns a str with the name of the server this event is sent on behalf of.
|
returns a str with the name of the server this event is sent on behalf of.
|
||||||
"""
|
"""
|
||||||
return getattr(self, "get_send_on_behalf_of", None)
|
return getattr(self, "send_on_behalf_of", None)
|
||||||
|
|
||||||
|
|
||||||
def _event_dict_property(key):
|
def _event_dict_property(key):
|
||||||
|
|
Loading…
Reference in a new issue