element-hq / element-hq/synapse
Message Editing: Block attempts to edit other people's edits via `/_matrix/client/v3/rooms/{roomId}/send`
Open
P5
T-Enhancement
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#5364](https://github.com/matrix-org/synapse/issues/5364).
---
I can't quite recall where we left this, so filing an issue to track...
It looks like Synapse currently ignores edits from other senders (those who did not send the original message) when constructing the data to bundled into original event. However edits from others currently still come through on the timeline.
We should block edits from other senders in the timeline as well (or even at send time if possible)
Contributor guide
Assessment
This issue has not been assessed yet.