element-hq / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://element-hq.github.io/dendrite/
GNU Affero General Public License v3.0
37 stars 6 forks source link

Only use the `ts` parameter for e.g. `/send` for appservices #3333

Open matrixbot opened 3 weeks ago

matrixbot commented 3 weeks ago

This issue was originally created by @S7evinK at https://github.com/matrix-org/dendrite/issues/3333.

Only use the ts parameter e.g. https://github.com/matrix-org/dendrite/blob/8f944f64349be6c434d5e47d9453c85db82d0144/clientapi/routing/sendevent.go#L161 for appservices, similar to what Synapse is doing.