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