mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 23:58:38 -04:00
Try and drop stale extremities. (#8929)
If we see stale extremities while persisting events, and notice that they don't change the result of state resolution, we drop them.
This commit is contained in:
parent
f1db20b5a5
commit
70586aa63e
6 changed files with 523 additions and 18 deletions
|
@ -1261,7 +1261,7 @@ class EventCreationHandler:
|
|||
event, context = await self.create_event(
|
||||
requester,
|
||||
{
|
||||
"type": "org.matrix.dummy_event",
|
||||
"type": EventTypes.Dummy,
|
||||
"content": {},
|
||||
"room_id": room_id,
|
||||
"sender": user_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue