summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-17Add a default limit (of 100) to get/sync operations. (#7858)Patrick Cloke2-3/+14
2020-07-17Change "unknown room ver" logging to warning. (#7881)Erik Johnston2-1/+2
2020-07-17Convert device handler to async/await (#7871)Patrick Cloke6-166/+162
2020-07-17Convert synapse.app to async/await. (#7868)Patrick Cloke4