mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Make account data sytests pass (#1147)
This commit is contained in:
parent
9b408c19fb
commit
84a7881468
@ -51,7 +51,7 @@ func GetAccountData(
|
||||
); err == nil {
|
||||
return util.JSONResponse{
|
||||
Code: http.StatusOK,
|
||||
JSON: data,
|
||||
JSON: data.Content,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -115,6 +115,8 @@ User can invite local user to room with version 1
|
||||
Should reject keys claiming to belong to a different user
|
||||
Can add account data
|
||||
Can add account data to room
|
||||
Can get account data without syncing
|
||||
Can get room account data without syncing
|
||||
#Latest account data appears in v2 /sync
|
||||
New account data appears in incremental v2 /sync
|
||||
Checking local federation server
|
||||
|
Loading…
Reference in New Issue
Block a user