|  ded01c3bf6 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'
``` | ||
|---|---|---|
| .. | ||
| __init__.py | ||
| action_generator.py | ||
| baserules.py | ||
| bulk_push_rule_evaluator.py | ||
| clientformat.py | ||
| emailpusher.py | ||
| httppusher.py | ||
| mailer.py | ||
| push_rule_evaluator.py | ||
| push_tools.py | ||
| pusher.py | ||
| pusherpool.py | ||
| rulekinds.py | ||