summary refs log tree commit diff
path: root/synapse/storage/__init__.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-18Ensure that 3PU lookup request fields actually get passed inPaul "LeoNerd" Evans1-1/+5
2016-08-18Extend individual list results into the main return list, don't appendPaul "LeoNerd" Evans1-1/+1
2016-08-18Don't catch the return-value-as-exception that @defer.inlineCallbacks will usePaul "LeoNerd" Evans1-1/+1
2016-08-18