mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
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. |
||
|---|---|---|
| .. | ||
| deltas | ||
| account_data_table.go | ||
| accounts_table.go | ||
| devices_table.go | ||
| key_backup_table.go | ||
| key_backup_version_table.go | ||
| logintoken_table.go | ||
| notifications_table.go | ||
| openid_table.go | ||
| profile_table.go | ||
| pusher_table.go | ||
| stats_table.go | ||
| storage.go | ||
| threepid_table.go | ||