Facets finally worke

This commit is contained in:
CatAClock 2025-07-18 11:36:56 -07:00
parent 3b665e8ca8
commit c5dc257261

View file

@ -216,7 +216,7 @@ export async function CreatePost(DID, Text, ContentWarning = undefined, Tags = [
"tag": i
}]
});
LengthStuff += 1;
LengthStuff = LengthStuff + i.length + 1;
}
Record.facets = Facets;
}