mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-14 01:45:11 +00:00
Revert "fix typo breaking the fix to #1753"
This reverts commit b2850e62db.
This commit is contained in:
@@ -43,7 +43,7 @@ class _EventInternalMetadata(object):
|
||||
|
||||
returns a str with the name of the server this event is sent on behalf of.
|
||||
"""
|
||||
return getattr(self, "send_on_behalf_of", None)
|
||||
return getattr(self, "get_send_on_behalf_of", None)
|
||||
|
||||
|
||||
def _event_dict_property(key):
|
||||
|
||||
Reference in New Issue
Block a user