diff options
author | Eric Eastwood <erice@element.io> | 2022-08-19 15:37:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 15:37:01 -0500 |
commit | 06df5d4250f54d5a95b0c90bfc9352ec6f02c520 (patch) | |
tree | 74787f1930fe8d12f5a419b2ace1468cf84e04d9 /changelog.d/13551.feature | |
parent | Implement MSC3852: Expose `last_seen_user_agent` to users for their own devic... (diff) | |
download | synapse-06df5d4250f54d5a95b0c90bfc9352ec6f02c520.tar.xz |
MSC2716v4 room version - remove namespace from MSC2716 event content fields (#13551)
Complement PR: https://github.com/matrix-org/complement/pull/450 As suggested in https://github.com/matrix-org/matrix-spec-proposals/pull/2716#discussion_r941444525
Diffstat (limited to 'changelog.d/13551.feature')
-rw-r--r-- | changelog.d/13551.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13551.feature b/changelog.d/13551.feature new file mode 100644 index 0000000000..365673a3c1 --- /dev/null +++ b/changelog.d/13551.feature @@ -0,0 +1 @@ +Add `org.matrix.msc2716v4` experimental room version with updated content fields. |