diff options
author | Eric Eastwood <erice@element.io> | 2021-09-21 08:10:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 14:10:01 +0100 |
commit | ee557b5375e376e5664f6a3e372c946f7a754f75 (patch) | |
tree | efc2570b2d61350f8ae8061b84cbb40848e638a7 /changelog.d | |
parent | Merge tag 'v1.43.0' into develop (diff) | |
download | synapse-ee557b5375e376e5664f6a3e372c946f7a754f75.tar.xz |
Rename `/batch_send` query parameter from `?prev_event` to more obvious usage with `?prev_event_id` (MSC2716) (#10839)
As mentioned in https://github.com/matrix-org/matrix-doc/pull/2716#discussion_r705872887 and https://github.com/matrix-org/synapse/issues/10737
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10839.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10839.misc b/changelog.d/10839.misc new file mode 100644 index 0000000000..d0e10f31d5 --- /dev/null +++ b/changelog.d/10839.misc @@ -0,0 +1 @@ +Rename [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) `/batch_send` query parameter from `?prev_event` to more obvious usage with `?prev_event_id`. |