mirror of
https://github.com/friendica/friendica
synced 2025-04-22 17:10:11 +00:00
Improved event storing / improved performance when fetching events
This commit is contained in:
parent
41f6397cc9
commit
2030691f9f
5 changed files with 95 additions and 98 deletions
|
@ -1976,8 +1976,9 @@ class DFRN
|
|||
}
|
||||
|
||||
$event_id = Event::store($ev);
|
||||
Logger::log("Event ".$event_id." was stored", Logger::DEBUG);
|
||||
return;
|
||||
Logger::info('Event was stored', ['id' => $event_id]);
|
||||
|
||||
$item = Event::getItemArrayForId($event_id, $item);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue