fix bug with removing tags

This commit is contained in:
MathMan05
2026-02-08 08:44:27 +01:00
committed by Rory&
parent 22e580a063
commit a427bdaa56
@@ -192,6 +192,7 @@ router.patch(
if (permsNeeded) {
req.permission?.hasThrow("MANAGE_THREADS");
}
channel.applied_tags = payload.applied_tags;
} else {
//TODO maybe error instead?
payload.applied_tags = undefined;