Merge pull request #14083 from annando/issue-13812

Issue 13812: Public groups with manual request approval
This commit is contained in:
Tobias Diekershoff 2024-04-09 18:46:44 +02:00 committed by GitHub
commit 9626a76b18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 179 additions and 157 deletions

View file

@ -73,6 +73,7 @@ class User
const PAGE_FLAGS_FREELOVE = 3;
const PAGE_FLAGS_BLOG = 4;
const PAGE_FLAGS_PRVGROUP = 5;
const PAGE_FLAGS_COMM_MAN = 6;
/**
* @}
*/