[#8934] Only one sticker is shown in "Recently used"

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2019-09-30 12:52:33 +02:00
parent 371c66aad1
commit 9d06f01506
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 1 additions and 1 deletions

View File

@ -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))))