mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 14:14:26 +02:00
New post class in model classes
This commit is contained in:
parent
3ab4e20fe6
commit
b0d1a295fe
9 changed files with 77 additions and 76 deletions
|
@ -592,7 +592,7 @@ class Profile
|
|||
$condition = ['parent-uri' => $rr['uri'], 'uid' => $rr['uid'], 'author-id' => public_contact(),
|
||||
'vid' => [Verb::getID(Activity::ATTEND), Verb::getID(Activity::ATTENDMAYBE)],
|
||||
'visible' => true, 'deleted' => false];
|
||||
if (!Item::exists($condition)) {
|
||||
if (!Post::exists($condition)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue