mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Merge pull request #14234 from annando/wordpress-groups
Don't display wordpress accounts in the forumlist
This commit is contained in:
commit
03567ce04d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class GroupManager
|
|||
'archive' => false,
|
||||
];
|
||||
|
||||
$condition = DBA::mergeConditions($condition, ["`platform` != ?", 'peertube']);
|
||||
$condition = DBA::mergeConditions($condition, ["`platform` NOT IN (?, ?)", 'peertube', 'wordpress']);
|
||||
|
||||
if (!$showprivate) {
|
||||
$condition = DBA::mergeConditions($condition, ['manually-approve' => false]);
|
||||
|
|
Loading…
Reference in a new issue