1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-22 17:44:28 -05:00
dendrite/userapi
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
..
api Set display_name and/or avatar_url for server notices () 2022-10-21 10:48:25 +02:00
consumers Allow m.read.private to clear notifications () 2022-10-21 09:19:52 +01:00
internal Set display_name and/or avatar_url for server notices () 2022-10-21 10:48:25 +02:00
inthttp Set display_name and/or avatar_url for server notices () 2022-10-21 10:48:25 +02:00
producers Refactor notifications () 2022-09-27 15:01:34 +02:00
storage Set display_name and/or avatar_url for server notices () 2022-10-21 10:48:25 +02:00
types Add opt-in anonymous stats reporting () 2022-05-04 19:04:28 +02:00
util Update FAQ 2022-07-19 11:51:46 +01:00
userapi.go Refactor notifications () 2022-09-27 15:01:34 +02:00
userapi_test.go Set display_name and/or avatar_url for server notices () 2022-10-21 10:48:25 +02:00