Sean Quah caf43c3d7c
Faster joins: Fix spurious errors on incremental sync ()
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 , 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
..
2023-02-27 08:26:05 -05:00
2023-03-09 07:09:49 -05:00
2023-02-27 08:26:05 -05:00
2023-02-16 16:09:11 +00:00