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
15190.bugfix
15195.misc
15200.misc
15222.misc Include the room ID in more purge room log lines. (#15222) 2023-03-08 20:08:56 +00:00
15223.doc
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