summary refs log tree commit diff
path: root/synapse/storage/databases/main/delayed_events.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MSC4140: don't cancel delayed state on own state (#17810)Andrew Ferrazzutti2025-03-171-9/+21
| | | | | | | When a user sends a state event, do not cancel their own delayed events for the same piece of state. For context, see [the relevant section in the MSC](https://github.com/matrix-org/matrix-spec-proposals/blob/a09a883d9a013ac4b6ffddebd7ea87a827d211b9/proposals/4140-delayed-events-futures.md#delayed-state-events-are-cancelled-by-a-more-recent-state-event).
* Add missing license header (#17799)Andrew Ferrazzutti2024-10-081-0/+14
| | | | Co-authored-by: Erik Johnston <erik@matrix.org>
* Support MSC4140: Delayed events (Futures) (#17326)Andrew Ferrazzutti2024-09-231-0/+523