mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-13 21:41:30 +01:00
caf43c3d7c
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> |
||
---|---|---|
.. | ||
.gitignore | ||
15187.feature | ||
15190.bugfix | ||
15195.misc | ||
15200.misc | ||
15222.misc | ||
15223.doc | ||
15229.misc | ||
15230.misc | ||
15231.misc | ||
15232.bugfix |