mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-06 13:36:31 +00:00
c8ce96f504
Both `__getitem__` and `.user_id` were removed in #19680 to simplify the event class. However, `EventBase` is exposed to modules who might also make use of those methods, so let's reinstate them (but otherwise not reinstate the usage of them in the code).