Merge branch 'stCyr_uploadPostAttachments' of https://github.com/StCyr/social into stCyr_uploadPostAttachments

pull/657/head
Cyrille Bollu 2019-08-26 16:17:57 +02:00
commit 3e78fa4db1
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -448,7 +448,8 @@ class ActivityService {
$service = AP::$activityPub->getInterfaceForItem($item);
$service->save($item);
} catch (ItemUnknownException | ItemAlreadyExistsException $e) {
} catch (ItemUnknownException $e) {
} catch (ItemAlreadyExistsException $e) {
}
}