Clarify that there is no inheritance here

This commit is contained in:
David Robertson 2022-06-30 23:12:51 +01:00
parent 1ff2499f41
commit 4d409f920b
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -10,6 +10,7 @@ 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 room. 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 #### Events