From 2c03802939c663bb9318c8d138e8ceef1b90b1cb Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Mon, 27 Jun 2022 15:14:05 +0530 Subject: [PATCH] chore: use "null" to signify removal of mute --- src/Utils/chat-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils/chat-utils.ts b/src/Utils/chat-utils.ts index d026361..df1f1b9 100644 --- a/src/Utils/chat-utils.ts +++ b/src/Utils/chat-utils.ts @@ -608,7 +608,7 @@ export const processSyncAction = ( id, mute: action.muteAction?.muted ? toNumber(action.muteAction!.muteEndTimestamp!) : - undefined + null } ] )