From f2386c1588cf8bddf337afb9562364ac38e84bb7 Mon Sep 17 00:00:00 2001 From: Artem <189279532+jpcshka@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:14:25 +0300 Subject: [PATCH] Update changelogs/client_server/newsfragments/2397.feature Co-authored-by: Johannes Marbach --- changelogs/client_server/newsfragments/2397.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/client_server/newsfragments/2397.feature b/changelogs/client_server/newsfragments/2397.feature index 7a9c3580..acef1618 100644 --- a/changelogs/client_server/newsfragments/2397.feature +++ b/changelogs/client_server/newsfragments/2397.feature @@ -1 +1 @@ -Add support for image packs (`m.room.image_pack` and `m.image_pack.rooms`), allowing custom emoticons and stickers to be organised into packs and shared between users. +Add support for image packs (`m.room.image_pack` and `m.image_pack.rooms`), allowing custom emoticons and stickers to be organised into packs and shared between users, as per [MSC2545](https://github.com/matrix-org/matrix-spec-proposals/pull/2545).