diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-12-12 15:53:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-12 15:53:49 +0000 |
commit | 5bfd8855d6b9ed8bcf28a107e6654c7cd7d3da2b (patch) | |
tree | 3346709c352158cd47c9d62fc141816fdff819e9 /synapse/storage | |
parent | Check the room_id of events when fetching room state/auth (#6524) (diff) | |
download | synapse-5bfd8855d6b9ed8bcf28a107e6654c7cd7d3da2b.tar.xz |
Fix redacted events being returned in search results ordered by "recent" (#6522)
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/data_stores/main/search.py | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/synapse/storage/data_stores/main/search.py b/synapse/storage/data_stores/main/search.py |