MatrixSynapse/synapse/storage
Patrick Cloke 0b037d6c91
Fix handling of public rooms filter with a network tuple. (#14053)
Fixes two related bugs:

* The handling of `[null]` for a `room_types` filter was incorrect.
* The ordering of arguments when providing both a network tuple
  and room type field was incorrect.
2022-10-05 12:49:52 +00:00
..
controllers
databases Fix handling of public rooms filter with a network tuple. (#14053) 2022-10-05 12:49:52 +00:00
engines
schema Mark events as read using threaded read receipts from MSC3771. (#13877) 2022-10-04 10:46:42 -04:00
util
__init__.py
_base.py
background_updates.py
database.py Track notification counts per thread (implement MSC3773). (#13776) 2022-10-04 09:47:04 -04:00
keys.py
prepare_database.py
push_rule.py
roommember.py
state.py
types.py