mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-16 11:10:27 +00:00
Before persisting the membership event to the database, collect some information for the store so that it can insert the right profile update stream rows regarding membership join and leave events. This increases transaction safety as we write the profile update rows and the events themselves in the same transaction.