mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-24 13:49:54 +00:00
fix bug with removing tags
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user