0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-09 04:31:38 +02:00
dendrite/userapi/storage/sqlite3
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
..
deltas Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
account_data_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
accounts_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
constraint_wasm.go Merge both user API databases into one (#2186) 2022-02-18 11:31:05 +00:00
devices_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
key_backup_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
key_backup_version_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
logintoken_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
notifications_table.go Refactor notifications (#2688) 2022-09-27 15:01:34 +02:00
openid_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
profile_table.go Set display_name and/or avatar_url for server notices (#2820) 2022-10-21 10:48:25 +02:00
pusher_table.go Refactor notifications (#2688) 2022-09-27 15:01:34 +02:00
stats_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
storage.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
threepid_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00