diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-08-13 07:49:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 11:49:06 +0000 |
commit | c12b5577f22ee587b60ad7b65e88322ce1d86b7b (patch) | |
tree | 46aa067c4e888a666bd52f7d9ad5224500024535 /synapse/federation | |
parent | Stop building a debian package for Groovy Gorilla (#10588) (diff) | |
download | synapse-c12b5577f22ee587b60ad7b65e88322ce1d86b7b.tar.xz |
Fix a harmless exception when the staged events queue is empty. (#10592)
Diffstat (limited to 'synapse/federation')
-rw-r--r-- | synapse/federation/federation_server.py | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/synapse/federation/federation_server.py b/synapse/federation/federation_server.py |