summaryrefslogtreecommitdiffstats
path: root/lib/Command/Fediverse.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-06-20 22:59:40 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-06-20 22:59:40 -0100
commita1221cacf6dc9dbdffc1929f361e9c2e942c049d (patch)
tree51977745153fb5ba074d01773e47c219d11dfeec /lib/Command/Fediverse.php
parent74a2f80209733543c48035184c2321158a0e2da3 (diff)
new announce system
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> gotActor->hasActor Signed-off-by: Maxence Lange <maxence@artificial-owl.com> cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com> retrieve Person if missing Signed-off-by: Maxence Lange <maxence@artificial-owl.com> fix async Signed-off-by: Maxence Lange <maxence@artificial-owl.com> avoid async duplicate Signed-off-by: Maxence Lange <maxence@artificial-owl.com> fixing Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Command/Fediverse.php')
-rw-r--r--lib/Command/Fediverse.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Command/Fediverse.php b/lib/Command/Fediverse.php
index 0a2dbf6e..ac8ce4ab 100644
--- a/lib/Command/Fediverse.php
+++ b/lib/Command/Fediverse.php
@@ -33,6 +33,7 @@ namespace OCA\Social\Command;
use Exception;
use OC\Core\Command\Base;
+use OCA\Social\Exceptions\SocialAppConfigException;
use OCA\Social\Exceptions\UnauthorizedFediverseException;
use OCA\Social\Service\ConfigService;
use OCA\Social\Service\FediverseService;
@@ -208,6 +209,8 @@ class Fediverse extends Base {
/**
* @param string $address
+ *
+ * @throws SocialAppConfigException
*/
private function testAddress(string $address) {
try {