Add support for child users adding limits themself

This commit is contained in:
Jonas Lochmann
2020-08-03 02:00:00 +02:00
parent a73af1338e
commit 007b1f2ec9
11 changed files with 375 additions and 99 deletions
+2 -1
View File
@@ -17,5 +17,6 @@
export const UserFlags = {
RESTRICT_VIEWING_TO_PARENTS: 1,
ALL_FLAGS: 1
ALLOW_SELF_LIMIT_ADD: 2,
ALL_FLAGS: 1 | 2
}