mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 03:30:50 -05:00
Fix AttributeError
This commit is contained in:
parent
018443cb59
commit
02db1fd2e7
2 changed files with 4 additions and 1 deletions
|
|
@ -55,6 +55,9 @@ class _EventInternalMetadata(object):
|
|||
def get_dict(self):
|
||||
return dict(self.__dict__)
|
||||
|
||||
def is_outlier(self):
|
||||
return hasattr(self, "outlier") and self.outlier
|
||||
|
||||
|
||||
def _event_dict_property(key):
|
||||
def getter(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue