From e725167a4878929978c7510123ee71dac14c3382 Mon Sep 17 00:00:00 2001 From: tienifr Date: Mon, 18 Mar 2024 16:06:58 +0700 Subject: [PATCH] show deleting membder when offline --- src/libs/actions/Report.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libs/actions/Report.ts b/src/libs/actions/Report.ts index f09b5c08b166..5f2619a726a5 100644 --- a/src/libs/actions/Report.ts +++ b/src/libs/actions/Report.ts @@ -2456,8 +2456,6 @@ function removeFromRoom(reportID: string, targetAccountIDs: number[]) { onyxMethod: Onyx.METHOD.MERGE, key: `${ONYXKEYS.COLLECTION.REPORT}${reportID}`, value: { - participantAccountIDs: participantAccountIDsAfterRemoval, - visibleChatMemberAccountIDs: visibleChatMemberAccountIDsAfterRemoval, pendingChatMembers, }, }, @@ -2468,8 +2466,6 @@ function removeFromRoom(reportID: string, targetAccountIDs: number[]) { onyxMethod: Onyx.METHOD.MERGE, key: `${ONYXKEYS.COLLECTION.REPORT}${reportID}`, value: { - participantAccountIDs: report?.participantAccountIDs, - visibleChatMemberAccountIDs: report?.visibleChatMemberAccountIDs, pendingChatMembers: report?.pendingChatMembers ?? null, }, },