chore: use "null" to signify removal of mute

This commit is contained in:
Adhiraj Singh
2022-06-27 15:14:05 +05:30
parent eaf0f37d24
commit 2c03802939

View File

@@ -608,7 +608,7 @@ export const processSyncAction = (
id,
mute: action.muteAction?.muted ?
toNumber(action.muteAction!.muteEndTimestamp!) :
undefined
null
}
]
)