diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-09-26 11:52:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 11:52:19 -0400 |
commit | 17800a0e9779a1cfd7c9dff79ae331adf8f44f83 (patch) | |
tree | 59ccbb751adf3ee4404bc1cd3f273b9136cb598d /changelog.d | |
parent | Skip export-data on non-code (e.g. docs) PRs (#16387) (diff) | |
download | synapse-17800a0e9779a1cfd7c9dff79ae331adf8f44f83.tar.xz |
Implement MSC4028: push all encrypted events. (#16361)
This unstable push rule is implemented behind an experimental configuration flag.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16361.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16361.feature b/changelog.d/16361.feature new file mode 100644 index 0000000000..632fff789b --- /dev/null +++ b/changelog.d/16361.feature @@ -0,0 +1 @@ +Experimental support for [MSC4028](https://github.com/matrix-org/matrix-spec-proposals/pull/4028) to push all encrypted events to clients. |