From b62fc0a35fc71227f8f832d3ef85e13e1deb314c Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 14 Jan 2026 08:38:09 +0100 Subject: [PATCH] Don't refer to account data as "events" Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/client-server-api/modules/recent_emoji.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/client-server-api/modules/recent_emoji.md b/content/client-server-api/modules/recent_emoji.md index dd8dfa23..145735cd 100644 --- a/content/client-server-api/modules/recent_emoji.md +++ b/content/client-server-api/modules/recent_emoji.md @@ -4,7 +4,8 @@ This module enables clients to track a user's cumulated emoji usage across different devices. The data is stored in the [`m.recent_emoji`](/client-server-api/#mrecent_emoji) -global account data event and can, among others, be used to generate recommendations +global [account data](https://spec.matrix.org/v1.15/client-server-api/#client-config) and can, +among other things, be used to generate recommendations in emoji pickers. #### Events