mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-22 10:50:36 -04:00
Use a stream id generator to assign state group ids
This commit is contained in:
parent
f5bf45a2e5
commit
1e25f62ee6
4 changed files with 59 additions and 49 deletions
|
@ -31,7 +31,7 @@ class _EventInternalMetadata(object):
|
|||
return dict(self.__dict__)
|
||||
|
||||
def is_outlier(self):
|
||||
return hasattr(self, "outlier") and self.outlier
|
||||
return getattr(self, "outlier", False)
|
||||
|
||||
|
||||
def _event_dict_property(key):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue