Skip to content

Commit

Permalink
[#15741] Fix error on tapping pinned message
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Apr 26, 2023
1 parent 0ca6ee3 commit 36ffb63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;; TODO (flexsurfer) probably we don't want reactions here
(if (or deleted? deleted-for-me?)
[content.deleted/deleted-message message context]
[message/message-with-reactions message context]))
[message/message-with-reactions message context (atom false)]))

(defn pinned-messages
[chat-id]
Expand Down

0 comments on commit 36ffb63

Please sign in to comment.