From 7e0a827382f4227b2199c6c9454ea50a498b4771 Mon Sep 17 00:00:00 2001 From: Artem <189279532+jpcshka@users.noreply.github.com> Date: Tue, 30 Jun 2026 13:11:18 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/client-server-api/modules/image_packs.md b/content/client-server-api/modules/image_packs.md index f6c81370..04882133 100644 --- a/content/client-server-api/modules/image_packs.md +++ b/content/client-server-api/modules/image_packs.md @@ -180,7 +180,9 @@ Clients MAY use the `:` character as a trigger to initiate emote search in the m multiple packs contain images with the same shortcode, clients SHOULD provide disambiguation UI rather than silently resolving to one image. Clients MAY disambiguate by appending a slugified pack display name separated by `/` -(for example, `:cat_wave/my_pack:`). Because pack names are not globally +(for example, `:cat_wave/my_pack:`). + +Because pack names are not globally unique, clients SHOULD NOT attempt to automatically resolve a shortcode to a specific image. Clients SHOULD instead present a search modal or similar UI to allow the user to select the intended image.