mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-04 13:45:17 -05:00
Don't copy twice
This commit is contained in:
parent
45bac68064
commit
ca580ef862
@ -131,7 +131,7 @@ class FrozenEvent(EventBase):
|
||||
if USE_FROZEN_DICTS:
|
||||
frozen_dict = freeze(event_dict)
|
||||
else:
|
||||
frozen_dict = dict(event_dict)
|
||||
frozen_dict = event_dict
|
||||
|
||||
super(FrozenEvent, self).__init__(
|
||||
frozen_dict,
|
||||
|
Loading…
x
Reference in New Issue
Block a user