summary refs log tree commit diff
path: root/synapse/util/async.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-02Avoid extra db lookupsRichard van der Hoff3-62/+26
Since we're about to look up the events themselves anyway, we can skip the extra db queries here.
2018-08-02Validation for events/rooms in fed requestsRichard van der Hoff3-1/+64
When we get a federation request which refers to an event id, make sure that said event is in the ro