summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-08Optimisation for filter_events_for_serverRichard van der Hoff1-7/+6
We're better off hashing just the event_id than the whole ((type, state_key), event_id) tuple - so use a dict instead of a set. Also, iteritems > items.
2018-10-04changelog v0.33.6 github/release-v0.33.6 release-v0.33.6Amber Brown2-1/+9