mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-25 06:46:37 +00:00
Fix last message deletion
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
00adc3448a
commit
f76b400a7d
@ -142,7 +142,7 @@
|
||||
:params [message-id]
|
||||
:js-response true
|
||||
:on-error #(log/error "failed to delete message message " %)
|
||||
:on-success #(re-frame/dispatch [::chat.message/handle-removed-messages [message-id]])}]})
|
||||
:on-success #(re-frame/dispatch [:sanitize-messages-and-process-response %])}]})
|
||||
|
||||
(fx/defn cancel-message-reply
|
||||
"Cancels stage message reply"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
||||
"owner": "status-im",
|
||||
"repo": "status-go",
|
||||
"version": "v0.83.12",
|
||||
"commit-sha1": "bc63fa606ea45c5ee3cff835a7a85c99ad35db23",
|
||||
"src-sha256": "13504xk3lmn9s5dxx6b7nscrbca0b67sq6z3pb00g346mghyb8vq"
|
||||
"version": "v0.83.14",
|
||||
"commit-sha1": "c51f9b800c62867c821096e59220a564a96603c6",
|
||||
"src-sha256": "0zgk6zgp84bz6c344iyxabr4cw8gnnm1ld2y7k07vzq3r37cxnhq"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user