From c73c1dd74dcfb68b44db1ff7562e8689a2ad4d98 Mon Sep 17 00:00:00 2001 From: Artem <189279532+jpcshka@users.noreply.github.com> Date: Tue, 30 Jun 2026 20:20:50 +0300 Subject: [PATCH] Update content/client-server-api/modules/image_packs.md Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> --- content/client-server-api/modules/image_packs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/image_packs.md b/content/client-server-api/modules/image_packs.md index ae9ce1ff..f18a7d1b 100644 --- a/content/client-server-api/modules/image_packs.md +++ b/content/client-server-api/modules/image_packs.md @@ -76,7 +76,7 @@ animations based on user preferences. #### Room image packs A room MAY contain any number of image packs, each defined by an -`m.room.image_pack` state event with a distinct `state_key`. Clients SHOULD +[`m.room.image_pack`](#mroomimage_pack) state event with a distinct `state_key`. An image pack with an empty `state_key` has no special meaning, it is simply another unique identifier. Clients SHOULD present the images in a room's packs only when the user is interacting in that room.