summary refs log tree commit diff
path: root/synapse/util/retryutils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-31Fix deleting of stale marker for device lists (#6819)Erik Johnston2-7/+8
We were in fact only deleting stale marker when we got an incremental update, rather than when we did a full resync.
2020-01-31pass room_version into compute_event_signature (#6807)Richard van der Hoff3-9/+25