Skip to content
Snippets Groups Projects
Commit 2f4b2f47 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

gah, fix mangled merge of 0.18.7 into develop

parent 6d363cea
No related branches found
No related tags found
No related merge requests found
......@@ -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, "get_send_on_behalf_of", None)
return getattr(self, "send_on_behalf_of", None)
def _event_dict_property(key):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment