Update content/client-server-api/modules/image_packs.md

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
Artem 2026-06-30 13:11:18 +03:00 committed by GitHub
parent 2945ca7a0b
commit 7e0a827382
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 multiple packs contain images with the same shortcode, clients SHOULD provide
disambiguation UI rather than silently resolving to one image. Clients MAY disambiguation UI rather than silently resolving to one image. Clients MAY
disambiguate by appending a slugified pack display name separated by `/` 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 unique, clients SHOULD NOT attempt to automatically resolve a shortcode to a
specific image. Clients SHOULD instead present a search modal or similar UI specific image. Clients SHOULD instead present a search modal or similar UI
to allow the user to select the intended image. to allow the user to select the intended image.