Files
Jason Robinson 1f090f4183 Move persisting profile update actions for membership events into the same transaction as events
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.
2026-07-14 22:43:41 +03:00
..