1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-22 07:41:06 +00:00
synapse/synapse/storage
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
..
controllers Revert the background job to clear unreferenced state groups (that was introduced in v1.126.0rc1), due to a suspected issue that causes increased disk usage. (#18222) 2025-03-07 15:44:13 +00:00
databases MSC4140: don't cancel delayed state on own state (#17810) 2025-03-17 16:21:45 +00:00
engines Remove support for PostgreSQL 11 and 12 (#18034) 2024-12-19 17:02:47 +00:00
schema Revert the background job to clear unreferenced state groups (that was introduced in v1.126.0rc1), due to a suspected issue that causes increased disk usage. (#18222) 2025-03-07 15:44:13 +00:00
util Fix sync waiting for an invalid token from the "future" (#17386) 2024-07-02 12:39:49 +01:00
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
_base.py Bust _membership_stream_cache cache when current state changes (#17732) 2025-01-08 10:11:09 -06:00
background_updates.py Drop indices concurrently on background updates (#18091) 2025-01-20 17:14:06 +00:00
database.py Cleanup Python 3.8 leftovers (#17967) 2025-02-10 16:53:24 +00:00
keys.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
prepare_database.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
push_rule.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
roommember.py Sliding Sync: Move filters tests to rest layer (#17703) 2024-09-12 15:27:03 -05:00
types.py Cleanup Python 3.8 leftovers (#17967) 2025-02-10 16:53:24 +00:00