anonymousland-synapse/changelog.d
Sean Quah caf43c3d7c
Faster joins: Fix spurious errors on incremental sync (#15232)
When pushing events in partial state rooms down incremental /sync, we
try to find the `m.room.member` state event for their senders by digging
through their auth events, so that we can present the membership to the
client. Events usually have a membership event in their auth events,
with the exception of the `m.room.create` event and a user's first join
into the room.

When implementing #13477, we took the case of a user's first join into
account, but forgot to handle the `m.room.create` case. This change
fixes that.

Signed-off-by: Sean Quah <seanq@matrix.org>
2023-03-09 14:18:39 +00:00
..
.gitignore
15187.feature Stabilize support for MSC3966: event_property_contains push condition. (#15187) 2023-03-07 10:06:02 -05:00
15190.bugfix Stabilize support for MSC3873: disambuguated event push keys. (#15190) 2023-03-07 11:27:57 -05:00
15195.misc More speedups/fixes to creating batched events (#15195) 2023-03-07 13:54:39 -08:00
15200.misc Pass the Requester down to the HttpTransactionCache. (#15200) 2023-03-07 16:05:22 +00:00
15222.misc Include the room ID in more purge room log lines. (#15222) 2023-03-08 20:08:56 +00:00
15223.doc Add a missing endpoint to the workers documentation. (#15223) 2023-03-08 07:51:34 -05:00
15229.misc Add topic and name events to group of events that are batch persisted when creating a room. (#15229) 2023-03-08 19:27:20 -08:00
15230.misc Add missing type hints to synapse.storage.database. (#15230) 2023-03-09 07:10:09 -05:00
15231.misc Pull in netaddr type hints. (#15231) 2023-03-09 07:09:49 -05:00
15232.bugfix Faster joins: Fix spurious errors on incremental sync (#15232) 2023-03-09 14:18:39 +00:00