diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-13 17:13:26 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-13 17:13:26 +0100 |
commit | 6df83555cc98ff7f04e1ccf9a648f2b5cb24298e (patch) | |
tree | 8785ef1b1e36e3ac5f357428b4eb84cb3a7d9981 /synapse/api/notifier.py | |
parent | Store public room id > alias mappings. (diff) | |
download | synapse-6df83555cc98ff7f04e1ccf9a648f2b5cb24298e.tar.xz |
Handle a potential race in the notifier when calling get_events_for which resulted in an uncaught KeyError
Diffstat (limited to '')
-rw-r--r-- | synapse/api/notifier.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/synapse/api/notifier.py b/synapse/api/notifier.py |