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 14, 2025
1 parent 8c8c362 commit e7ec3c0
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 e7ec3c0

Please sign in to comment.