Remove not needed database updates in modify user admin API (#10627)

This commit is contained in:
Dirk Klimpel
2021-08-19 11:25:05 +02:00
committed by GitHub
parent 0c3565da4c
commit 220f901229
5 changed files with 118 additions and 33 deletions

View File

@@ -21,11 +21,15 @@ It returns a JSON body like the following:
"threepids": [
{
"medium": "email",
"address": "<user_mail_1>"
"address": "<user_mail_1>",
"added_at": 1586458409743,
"validated_at": 1586458409743
},
{
"medium": "email",
"address": "<user_mail_2>"
"address": "<user_mail_2>",
"added_at": 1586458409743,
"validated_at": 1586458409743
}
],
"avatar_url": "<avatar_url>",