mirror of
https://github.com/status-im/status-react.git
synced 2025-02-06 08:05:55 +00:00
fix #680
This commit is contained in:
parent
ba3034f0cc
commit
a0b20e3c22
@ -199,6 +199,8 @@
|
||||
(dispatch [::send-message! params])))
|
||||
(u/side-effect!
|
||||
(fn [_ [_ {:keys [chat-id message]}]]
|
||||
(dispatch [:upsert-chat! {:chat-id chat-id
|
||||
:timestamp (time/now-ms)}])
|
||||
(messages/save chat-id message))))
|
||||
|
||||
(register-handler :clear-response-suggestions
|
||||
|
Loading…
x
Reference in New Issue
Block a user