kopia lustrzana https://github.com/nextcloud/social
Merge branch 'stCyr_uploadPostAttachments' of https://github.com/StCyr/social into stCyr_uploadPostAttachments
commit
3e78fa4db1
|
@ -448,7 +448,8 @@ class ActivityService {
|
|||
|
||||
$service = AP::$activityPub->getInterfaceForItem($item);
|
||||
$service->save($item);
|
||||
} catch (ItemUnknownException | ItemAlreadyExistsException $e) {
|
||||
} catch (ItemUnknownException $e) {
|
||||
} catch (ItemAlreadyExistsException $e) {
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue