This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Support AS timestamp massaging for state events #10634
Closed
Description
MSC3316 recommends that PUT /_matrix/client/r0/rooms/{roomId}/state/{eventType}/{stateKey}
should support a ts
key for appservices to override the origin_server_ts
value of an event. This is already supported in Synapse for normal events, as the feature has been in Synapse for a long time (albeit excluded from the spec; MSC3316 aims to revive it).