[#8934] Only one sticker is shown in "Recently used"
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
371c66aad1
commit
9d06f01506
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue