mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-07 23:25:18 -05:00
![Mark Haines](/assets/img/avatar_default.png)
Fixes a key error where the mailer tried to get the ``msgtype`` of an event that was missing a ``msgtype``. ``` File "synapse/push/mailer.py", line 264, in get_notif_vars File "synapse/push/mailer.py", line 285, in get_message_vars File ".../frozendict/__init__.py", line 10, in __getitem__ return self.__dict[key] KeyError: 'msgtype' ```