Add perms for all the indexes

This commit is contained in:
2022-11-22 07:20:37 +00:00
parent ffc1aaa030
commit 23b35da282
2 changed files with 19 additions and 1 deletions

View File

@@ -117,7 +117,8 @@ class Perms(models.Model):
("post_discord", "Can post to Discord"),
("query_search", "Can search with query strings"), #
("use_insights", "Can use the Insights page"),
("index_int", "Can use the internal index"),
("index_internal", "Can use the internal index"),
("index_meta", "Can use the meta index"),
("index_restricted", "Can use the restricted index"),
("restricted_sources", "Can access restricted sources"),
)