Use userId on display name change state events (#2545)

* Use `userId` on display name change state events
This commit is contained in:
Jorge Martin Espinosa 2024-03-14 09:46:20 +01:00 committed by GitHub
parent 0473c4b5f0
commit 6c1f90ed77
5 changed files with 15 additions and 10 deletions

1
changelog.d/2125.bugfix Normal file
View file

@ -0,0 +1 @@
Use the display name only once in display name change events. The user should be referenced by `userId` instead.