summary refs log tree commit diff
path: root/synapse/storage/deviceinbox.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-08Make `prev_state` field optionalErik Johnston2-16/+0
The `prev_state` field on events is not specced and so synapse shouldn't explode if an event is missing the field. Fixes #4787
2019-03-08Factor out soft fail checksErik Johnston1-5/+22