mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:10:11 +00:00
Simplify event storing
This commit is contained in:
parent
536fbe5af1
commit
8e074a5fe4
4 changed files with 30 additions and 6 deletions
|
@ -1978,7 +1978,7 @@ class DFRN
|
|||
$event_id = Event::store($ev);
|
||||
Logger::info('Event was stored', ['id' => $event_id]);
|
||||
|
||||
$item = Event::getItemArrayForId($event_id, $item);
|
||||
$item = Event::getItemArrayForImportedId($event_id, $item);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue