diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-10-27 11:26:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 11:26:30 -0400 |
commit | 19d5dc69316a28035caf6a6519ad8a116023de81 (patch) | |
tree | 1ddb638911f8c547b9aac0f18aba1eab9173315c /changelog.d | |
parent | Delete messages from `device_inbox` table when deleting device (#10969) (diff) | |
download | synapse-19d5dc69316a28035caf6a6519ad8a116023de81.tar.xz |
Refactor `Filter` to handle fields according to data being filtered. (#11194)
This avoids filtering against fields which cannot exist on an event source. E.g. presence updates don't have a room.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11194.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11194.misc b/changelog.d/11194.misc new file mode 100644 index 0000000000..fc1d06ba89 --- /dev/null +++ b/changelog.d/11194.misc @@ -0,0 +1 @@ +Refactor `Filter` to check different fields depending on the data type. |