fdsfsda
This commit is contained in:
@@ -930,7 +930,7 @@ export const handleUpload = async (req, res, self) => {
|
||||
console.warn(`[UPLOAD] Error assigning tag "${sTag}" to subf0ck ${subItemId}:`, stErr.message);
|
||||
}
|
||||
}
|
||||
} else if (subItemId && i === 0 && tags && tags.length > 0) {
|
||||
} else if (subItemId && tags && tags.length > 0) {
|
||||
// Backfill initial post tags to cover subf0ck
|
||||
for (const sTag of tags) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user