parseInt cid

This commit is contained in:
Barış Soner Uşaklı
2026-02-23 21:02:28 -05:00
parent 20eb02f158
commit 3431589b24

View File

@@ -759,7 +759,7 @@ Notes.prune = async () => {
async function pruneCidTids(cid, cuttoff) {
if (utils.isNumber(cid) && cid !== -1) {
if (utils.isNumber(cid) && parseInt(cid, 10) !== -1) {
// safety incase a local cid is in handle:cid
return;
}