Skip to content

Commit

Permalink
chore: format delete-message-for-me
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed Jan 8, 2025
1 parent b92f046 commit accbbe6
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,14 @@
[{:method "wakuext_deleteMessageForMeAndSync"
:params [chat-id message-id-1]
:js-response true
:on-error [:chat/delete-message-for-me-and-sync-error message-id-1]
:on-error [:chat/delete-message-for-me-and-sync-error
message-id-1]
:on-success [:sanitize-messages-and-process-response]}]]
[:json-rpc/call
[{:method "wakuext_deleteMessageForMeAndSync"
:params [chat-id message-id-2]
:js-response true
:on-error [:chat/delete-message-for-me-and-sync-error message-id-2]
:on-error [:chat/delete-message-for-me-and-sync-error
message-id-2]
:on-success [:sanitize-messages-and-process-response]}]]]}]
(is (match? effects expected)))))

0 comments on commit accbbe6

Please sign in to comment.