diff options
author | Eric Eastwood <erice@element.io> | 2022-03-25 09:21:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 09:21:06 -0500 |
commit | 14662d3c18217ba9e865b56203829e88d2ed4532 (patch) | |
tree | a6a414cd52b0ebda136154b174e5a4d66417e346 /changelog.d | |
parent | Always allow the empty string as an avatar_url. (#12261) (diff) | |
download | synapse-14662d3c18217ba9e865b56203829e88d2ed4532.tar.xz |
Refactor `create_new_client_event` to use a new parameter, `state_event_ids`, which accurately describes the usage with MSC2716 instead of abusing `auth_event_ids` (#12083)
Spawned from https://github.com/matrix-org/synapse/pull/10975#discussion_r813183430 Part of [MSC2716](https://github.com/matrix-org/matrix-spec-proposals/pull/2716)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12083.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12083.misc b/changelog.d/12083.misc new file mode 100644 index 0000000000..88fd6b92ee --- /dev/null +++ b/changelog.d/12083.misc @@ -0,0 +1 @@ +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`. |