Skip to content
Snippets Groups Projects
Forked from Maunium / synapse
7665 commits behind the upstream repository.
user avatar
Andrew Morgan authored
Calls `self.get_success` on all deferred methods instead of abusing `self.pump()`. This has the benefit of working with coroutines, as well as checking that method execution completed successfully.

There are also a few small cleanups that I made in the process.
0188daf3
History