Files
zulip/zerver/lib/message.py
Harshit Bansal 7be2e17827 message.py: Use dict's subscript syntax in ReactionDict.
Instead of using dict's `get()` method use the subscript syntax
so that we can assert correctly that the reaction row contains
all the fields and if not raise the `KeyError` instead of silently
returning None.
2017-06-09 16:38:58 -07:00

14 KiB