diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-12-27 00:44:33 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-12-27 00:44:33 +0000 |
commit | 6fc1966576cdd8925dc6ca88e482a825ce3453e9 (patch) | |
tree | b2249c975d4c310466d1a434aab60df8be7930b1 | |
parent | Log roomid along with Unknown room (#4297) (diff) | |
download | synapse-6fc1966576cdd8925dc6ca88e482a825ce3453e9.tar.xz |
fix NPE in /messages by checking if all events were filtered out
-rw-r--r-- | synapse/handlers/pagination.py | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/synapse/handlers/pagination.py b/synapse/handlers/pagination.py |