mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: use "null" to signify removal of mute
This commit is contained in:
@@ -608,7 +608,7 @@ export const processSyncAction = (
|
|||||||
id,
|
id,
|
||||||
mute: action.muteAction?.muted ?
|
mute: action.muteAction?.muted ?
|
||||||
toNumber(action.muteAction!.muteEndTimestamp!) :
|
toNumber(action.muteAction!.muteEndTimestamp!) :
|
||||||
undefined
|
null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user