Describe return codes for account data endpoints + minor clarifications (#1155)
This commit is contained in:
parent
56400ab9a0
commit
f9028acf8e
3 changed files with 127 additions and 4 deletions
|
@ -7,9 +7,12 @@ type: module
|
|||
Clients can store custom config data for their account on their
|
||||
homeserver. This account data will be synced between different devices
|
||||
and can persist across installations on a particular device. Users may
|
||||
only view the account data for their own account
|
||||
only view the account data for their own account.
|
||||
|
||||
The account\_data may be either global or scoped to a particular rooms.
|
||||
The account data may be either global or scoped to a particular room.
|
||||
There is no inheritance mechanism here: a given `type` of data missing
|
||||
from a room's account data does not fall back to the global account
|
||||
data with the same `type`.
|
||||
|
||||
#### Events
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue