1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-13 21:24:27 -05:00
dendrite/userapi/storage/tables
Till e57b301722
Set display_name and/or avatar_url for server notices ()
This should fix  by making sure we actually set the `display_name`
and/or `avatar_url` and create the needed membership event.
To avoid creating a new membership event when starting Dendrite,
`SetAvatarURL` and `SetDisplayName` now return a `Changed` value, which
also makes the regular endpoints idempotent.
2022-10-21 10:48:25 +02:00
..
interface.go Set display_name and/or avatar_url for server notices () 2022-10-21 10:48:25 +02:00
stats_table_test.go Namespace user API tables () 2022-10-18 15:59:08 +01:00