summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2022-01-09 23:28:26 +0300
committerGitHub <noreply@github.com>2022-01-09 23:28:26 +0300
commitf1cf16336c20bacd74d43206da5da0ffe56866e7 (patch)
tree8df0f93637b8c39d065929beef35ccef75dc4de5 /cdn
parentCorrect the invite response (diff)
downloadserver-f1cf16336c20bacd74d43206da5da0ffe56866e7.tar.xz
Update role-icons.ts
Diffstat (limited to 'cdn')
-rw-r--r--cdn/src/routes/role-icons.ts3
1 files changed, 1 insertions, 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",