From ea744c5d9105df44d1e2d53802d16f34f304ea18 Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 11 Dec 2018 22:50:56 +0100 Subject: [PATCH] //forgot these --- assets/typescript/Permissions.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/typescript/Permissions.ts b/assets/typescript/Permissions.ts index 87bee89c..b270b1c3 100644 --- a/assets/typescript/Permissions.ts +++ b/assets/typescript/Permissions.ts @@ -1,8 +1,8 @@ enum CommentPermission { Create = 1, - EditOwn = 1 << 1, - EditAny = 1 << 2, - Edit = EditOwn | EditAny, + //EditOwn = 1 << 1, + //EditAny = 1 << 2, + //Edit = EditOwn | EditAny, DeleteOwn = 1 << 3, DeleteAny = 1 << 4, Delete = DeleteOwn | DeleteAny,