chore: use "null" to signify removal of mute
This commit is contained in:
@@ -608,7 +608,7 @@ export const processSyncAction = (
|
||||
id,
|
||||
mute: action.muteAction?.muted ?
|
||||
toNumber(action.muteAction!.muteEndTimestamp!) :
|
||||
undefined
|
||||
null
|
||||
}
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user