mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-28 20:49:56 +00:00
Setting a profile field (including displayname / avatar_uri) now needs to happen on a profile updates stream writer. There are new "dispatch" methods to do the profile field set/delete, that handle pushing the update over replication, if required. Profile field updates and profile updates stream writes are now in the same database transaction.