Skip to content

Commit

Permalink
Merge pull request #14 from breez/savage-fix-swap-notification
Browse files Browse the repository at this point in the history
Add swap notification to the message factory
  • Loading branch information
dangeross authored Aug 28, 2024
2 parents 3062a1d + 76f5a2f commit 314e67c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion breezsdk/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ func createMessageFactory() services.FCMMessageBuilder {
notify.NOTIFICATION_TX_CONFIRMED,
notify.NOTIFICATION_ADDRESS_TXS_CONFIRMED,
notify.NOTIFICATION_LNURLPAY_INFO,
notify.NOTIFICATION_LNURLPAY_INVOICE:
notify.NOTIFICATION_LNURLPAY_INVOICE,
notify.NOTIFICATION_SWAP_UPDATED:

return createPush(notification)
}
Expand Down

0 comments on commit 314e67c

Please sign in to comment.