From 4d409f920b3991afb1276a49c942447e66d3ad36 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 30 Jun 2022 23:12:51 +0100 Subject: [PATCH] Clarify that there is no inheritance here --- content/client-server-api/modules/account_data.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/client-server-api/modules/account_data.md b/content/client-server-api/modules/account_data.md index ef16eb57..82445be3 100644 --- a/content/client-server-api/modules/account_data.md +++ b/content/client-server-api/modules/account_data.md @@ -10,6 +10,7 @@ and can persist across installations on a particular device. Users may only view the account data for their own account. 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