mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-27 08:55:39 +00:00
Comment out outdated dispatching of :send-seen! event
This commit is contained in:
parent
8754f72eba
commit
a129c92706
@ -192,7 +192,8 @@
|
|||||||
(not outgoing)
|
(not outgoing)
|
||||||
(not= :seen message-status)
|
(not= :seen message-status)
|
||||||
(not= :seen (keyword (get-in user-statuses [current-public-key :status]))))
|
(not= :seen (keyword (get-in user-statuses [current-public-key :status]))))
|
||||||
(re-frame/dispatch [:send-seen! {:chat-id chat-id
|
;;TODO(rasom): revisit this when seen messages will be reimplemented
|
||||||
|
#_(re-frame/dispatch [:send-seen! {:chat-id chat-id
|
||||||
:from from
|
:from from
|
||||||
:message-id message-id}]))
|
:message-id message-id}]))
|
||||||
:reagent-render
|
:reagent-render
|
||||||
|
Loading…
x
Reference in New Issue
Block a user