diff options
author | lukasdenk <63459921+lukasdenk@users.noreply.github.com> | 2022-10-03 14:30:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 13:30:45 +0000 |
commit | 719488dda87b04e4650a32f0c2b0b71782e0d48b (patch) | |
tree | 3ed81234b3cc909228f4e03db77b63b42f560b17 /changelog.d | |
parent | Fix twisted trunk mypy errors (#14012) (diff) | |
download | synapse-719488dda87b04e4650a32f0c2b0b71782e0d48b.tar.xz |
Add query parameter `ts` to allow appservices set the `origin_server_ts` for state events. (#11866)
MSC3316 declares that both /rooms/{roomId}/send and /rooms/{roomId}/state should accept a ts parameter for appservices. This change expands support to /state and adds tests.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11866.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11866.feature b/changelog.d/11866.feature new file mode 100644 index 0000000000..0b52caf805 --- /dev/null +++ b/changelog.d/11866.feature @@ -0,0 +1 @@ +Allow application services to set the `origin_server_ts` of a state event by providing the query parameter `ts` in `PUT /_matrix/client/r0/rooms/{roomId}/state/{eventType}/{stateKey}`, per [MSC3316](https://github.com/matrix-org/matrix-doc/pull/3316). Contributed by @lukasdenk. \ No newline at end of file |