diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-18 09:53:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 09:53:13 -0400 |
commit | 3c01724b330ac99d6defb12634ea9046ae52fe63 (patch) | |
tree | 61537989c445f6aee168eb266302fa9fd3bccaed /synapse/storage/databases | |
parent | Remove : from allowed client_secret chars (#8101) (diff) | |
download | synapse-3c01724b330ac99d6defb12634ea9046ae52fe63.tar.xz |
Fix the return type of send_nonmember_events. (#8112)
Diffstat (limited to 'synapse/storage/databases')
-rw-r--r-- | synapse/storage/databases/main/stream.py | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/synapse/storage/databases/main/stream.py b/synapse/storage/databases/main/stream.py |