From 9d06f01506fddba9059eecd9f0cc45c2567efeea Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Mon, 30 Sep 2019 12:52:33 +0200 Subject: [PATCH] [#8934] Only one sticker is shown in "Recently used" Signed-off-by: Andrey Shovkoplyas --- src/status_im/events.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/events.cljs b/src/status_im/events.cljs index 795c516a97..1d5e3928fc 100644 --- a/src/status_im/events.cljs +++ b/src/status_im/events.cljs @@ -652,7 +652,7 @@ (fx/merge cofx (multiaccounts.update/multiaccount-update - {:stickers/recent-stickers (conj (remove #(= hash %) (:recent-stickers multiaccount)) hash)} + {:stickers/recent-stickers (conj (remove #(= hash %) (:stickers/recent-stickers multiaccount)) hash)} {}) (chat.input/send-sticker-fx sticker current-chat-id))))