mirror of
https://github.com/friendica/friendica
synced 2025-04-29 14:24:22 +02:00
The "item-activity" is removed
This commit is contained in:
parent
609ae1869c
commit
ba9cf32f36
7 changed files with 55 additions and 191 deletions
|
@ -601,7 +601,7 @@ class Profile
|
|||
|
||||
while ($rr = DBA::fetch($s)) {
|
||||
$condition = ['parent-uri' => $rr['uri'], 'uid' => $rr['uid'], 'author-id' => public_contact(),
|
||||
'activity' => [Item::activityToIndex( Activity::ATTEND), Item::activityToIndex(Activity::ATTENDMAYBE)],
|
||||
'vid' => [Verb::getID(Activity::ATTEND), Verb::getID(Activity::ATTENDMAYBE)],
|
||||
'visible' => true, 'deleted' => false];
|
||||
if (!Item::exists($condition)) {
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue