mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02: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