diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-05-25 07:49:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 07:49:54 -0400 |
commit | 759f9c09e1b2019b772f6baf6a40e74f79df9017 (patch) | |
tree | 9e31fa52a37a79f077785445d64f4497395a8433 /changelog.d | |
parent | Misc clean-up of push rules datastore (#12856) (diff) | |
download | synapse-759f9c09e1b2019b772f6baf6a40e74f79df9017.tar.xz |
Fix caching behavior for relations push rules. (#12859)
By always returning all requested values from the function wrapped by cachedList. Otherwise implicit None values get added into the cache, which are unexpected.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12859.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12859.feature b/changelog.d/12859.feature new file mode 100644 index 0000000000..e674c31ae8 --- /dev/null +++ b/changelog.d/12859.feature @@ -0,0 +1 @@ +Experimental support for [MSC3772](https://github.com/matrix-org/matrix-spec-proposals/pull/3772): Push rule for mutually related events. |