mirror of
https://github.com/friendica/friendica
synced 2024-12-23 07:20:15 +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,
|
'archive' => false,
|
||||||
];
|
];
|
||||||
|
|
||||||
$condition = DBA::mergeConditions($condition, ["`platform` != ?", 'peertube']);
|
$condition = DBA::mergeConditions($condition, ["`platform` NOT IN (?, ?)", 'peertube', 'wordpress']);
|
||||||
|
|
||||||
if (!$showprivate) {
|
if (!$showprivate) {
|
||||||
$condition = DBA::mergeConditions($condition, ['manually-approve' => false]);
|
$condition = DBA::mergeConditions($condition, ['manually-approve' => false]);
|
||||||
|
|
Loading…
Reference in a new issue