fix ancestor format

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/1639/head
Maxence Lange 2023-03-09 15:32:46 -01:00
rodzic 650045a260
commit 6853061149
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -367,6 +367,7 @@ class StreamService {
}
$curr = $this->streamRequest->getStreamById($curr->getInReplyTo());
$curr->setExportFormat(ACore::FORMAT_LOCAL);
$ancestors[] = $curr;
}