From 8c90e946dc4ec7180e4fa25b46500a5b0a151973 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 21 Mar 2024 17:19:16 -0400 Subject: [PATCH] add change notice Co-authored-by: Travis Ralston --- content/client-server-api/modules/account_data.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/client-server-api/modules/account_data.md b/content/client-server-api/modules/account_data.md index 0d81cca3..3a97dacf 100644 --- a/content/client-server-api/modules/account_data.md +++ b/content/client-server-api/modules/account_data.md @@ -31,6 +31,11 @@ that the server manages. Currently, this only includes [`m.fully_read`](#mfully_read) and [`m.push_rules`](#mfully_read). This applies to both global and room-specific account data. +{{% boxes/note %}} +{{% changed-in v="1.10" %}} `m.push_rules` was added to the rejection +list. +{{% /boxes/note %}} + Servers must allow clients to read the above event types as normal. Note that `m.fully_read` only exists for room-specific account data and `m.push_rules` only exists for global account data.