From 1b42df8a32fc333ded943557dce0b0835fb11480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Sun, 9 Jan 2022 23:28:26 +0300 Subject: [PATCH] Update role-icons.ts --- cdn/src/routes/role-icons.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cdn/src/routes/role-icons.ts b/cdn/src/routes/role-icons.ts index 1ad1637d..12aae8a4 100644 --- a/cdn/src/routes/role-icons.ts +++ b/cdn/src/routes/role-icons.ts @@ -8,10 +8,9 @@ import { multer } from "../util/multer"; //Role icons ---> avatars.ts modified -// TODO: check premium and animated pfp are allowed in the config +// TODO: check user rights and perks and animated pfp are allowed in the policies // TODO: generate different sizes of icon // TODO: generate different image types of icon -// TODO: delete old icons const STATIC_MIME_TYPES = [ "image/png",