1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-20 06:34:47 +00:00
synapse/changelog.d/17810.feature
Andrew Ferrazzutti 51df675c05
MSC4140: don't cancel delayed state on own state (#17810)
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](a09a883d9a/proposals/4140-delayed-events-futures.md (delayed-state-events-are-cancelled-by-a-more-recent-state-event)).
2025-03-17 16:21:45 +00:00

1 line
171 B
Gherkin

Update MSC4140 implementation to no longer cancel a user's own delayed state events with an event type & state key that match a more recent state event sent by that user.