mirror of
https://github.com/friendica/friendica
synced 2025-05-01 17:04:25 +02:00
Merge pull request #14083 from annando/issue-13812
Issue 13812: Public groups with manual request approval
This commit is contained in:
commit
9626a76b18
18 changed files with 179 additions and 157 deletions
|
@ -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;
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue