mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-24 02:15:49 +00:00
Don't copy twice
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user