dendrite/userapi
Till e57b301722
Set display_name and/or avatar_url for server notices (#2820)
This should fix #2815 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 (#2820) 2022-10-21 10:48:25 +02:00
consumers Allow m.read.private to clear notifications (#2811) 2022-10-21 09:19:52 +01:00
internal Set display_name and/or avatar_url for server notices (#2820) 2022-10-21 10:48:25 +02:00
inthttp Set display_name and/or avatar_url for server notices (#2820) 2022-10-21 10:48:25 +02:00
producers Refactor notifications (#2688) 2022-09-27 15:01:34 +02:00
storage Set display_name and/or avatar_url for server notices (#2820) 2022-10-21 10:48:25 +02:00
types Add opt-in anonymous stats reporting (#2249) 2022-05-04 19:04:28 +02:00
util Update FAQ 2022-07-19 11:51:46 +01:00
userapi_test.go Set display_name and/or avatar_url for server notices (#2820) 2022-10-21 10:48:25 +02:00
userapi.go Refactor notifications (#2688) 2022-09-27 15:01:34 +02:00