diff options
author | Matthew Hodgson <matthew@arasphere.net> | 2019-01-02 23:37:39 +0000 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-02 23:37:39 +0000 |
commit | 27128145e67b2c00ff84e7f3d6ca56b03616648b (patch) | |
tree | 182c7cd50b29836d8ac67a76f5aaca4db1aa4503 /changelog.d | |
parent | Update README to not lie about required restart (#4343) (diff) | |
download | synapse-27128145e67b2c00ff84e7f3d6ca56b03616648b.tar.xz |
fix NPE in /messages by checking if all events were filtered out (#4330)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4330.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4330.bugfix b/changelog.d/4330.bugfix new file mode 100644 index 0000000000..666c9022e0 --- /dev/null +++ b/changelog.d/4330.bugfix @@ -0,0 +1 @@ +fix NPE in /messages by checking if all events were filtered out |