mirror of
https://github.com/friendica/friendica
synced 2025-04-30 05:04:22 +02:00
First posting tests
This commit is contained in:
parent
629cca1963
commit
e4d28629e4
4 changed files with 107 additions and 18 deletions
|
@ -448,7 +448,7 @@ class Notifier
|
|||
}
|
||||
}
|
||||
|
||||
$condition = ['network' => Protocol::DFRN, 'uid' => $owner['uid'], 'blocked' => false,
|
||||
$condition = ['network' => [Protocol::DFRN, Protocol::ACTIVITYPUB], 'uid' => $owner['uid'], 'blocked' => false,
|
||||
'pending' => false, 'archive' => false, 'rel' => [Contact::FOLLOWER, Contact::FRIEND]];
|
||||
|
||||
$r2 = DBA::toArray(DBA::select('contact', ['id', 'name', 'network'], $condition));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue