mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-15 02:23:42 +01:00
Don't refer to account data as "events"
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
e064e4391e
commit
b62fc0a35f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue