mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 04:45:19 +00:00
[#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…
x
Reference in New Issue
Block a user