From 8e3ae14e5706542daded744c9a008478fcc93de7 Mon Sep 17 00:00:00 2001 From: FitseTLT Date: Wed, 11 Jun 2025 17:10:33 +0300 Subject: [PATCH] pass current user account id for notifyNewAction --- src/libs/actions/IOU.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/actions/IOU.ts b/src/libs/actions/IOU.ts index 75b2d76270ee..0663d2b9a6d9 100644 --- a/src/libs/actions/IOU.ts +++ b/src/libs/actions/IOU.ts @@ -5537,7 +5537,7 @@ function sendInvoice( Navigation.dismissModalWithReport({reportID: invoiceRoom.reportID}); } - notifyNewAction(invoiceRoom.reportID, receiver.accountID); + notifyNewAction(invoiceRoom.reportID, currentUserAccountID); } /**