mirror of
https://github.com/friendica/friendica
synced 2025-03-03 20:28:26 +00:00
Don't display wordpress accounts in the forumlist
This commit is contained in:
parent
e9421d7eb6
commit
33b478d9ca
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…
Add table
Reference in a new issue