Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-08 | Optimisation for filter_events_for_server | Richard van der Hoff | 2 | -7/+7 | |
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-08 | Use errback pattern and catch async failures | Erik Johnston | 2 | -15/+35 | |
< |