summary refs log tree commit diff
path: root/changelog.d/12304.misc
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-03-29 10:41:04 +0100
committerBrendan Abolivier <babolivier@matrix.org>2022-03-29 10:41:04 +0100
commitb690fe749b5715f4c22b8a0a8640c264d8b94b3c (patch)
tree34e140f33512c176223f15229a6ebd3eb3972084 /changelog.d/12304.misc
parentRemove unused `auth_event_ids` argument plumbing (#12304) (diff)
downloadsynapse-b690fe749b5715f4c22b8a0a8640c264d8b94b3c.tar.xz
1.56.0rc1
Diffstat (limited to 'changelog.d/12304.misc')
-rw-r--r--changelog.d/12304.misc1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/12304.misc b/changelog.d/12304.misc
deleted file mode 100644
index 88fd6b92ee..0000000000
--- a/changelog.d/12304.misc
+++ /dev/null
@@ -1 +0,0 @@
-Refactor `create_new_client_event` to use a new parameter, `state_event_ids`, which accurately describes the usage with [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) instead of abusing `auth_event_ids`.