summaryrefslogtreecommitdiffstats
path: root/lib/Controller
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-20 08:54:54 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-12-20 08:54:54 -0100
commitc6943191f9abe9b88cdee313202a2c56fd315310 (patch)
treec5052d4fe116209887d3e3827d91ea3903149d96 /lib/Controller
parentb21b3bdfa3f0ade0277c58130fa5df8e3fbecf14 (diff)
unused import
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/ActivityPubController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Controller/ActivityPubController.php b/lib/Controller/ActivityPubController.php
index 8a8dd0ef..9e0a9a84 100644
--- a/lib/Controller/ActivityPubController.php
+++ b/lib/Controller/ActivityPubController.php
@@ -35,7 +35,6 @@ use Exception;
use OC\AppFramework\Http;
use OCA\Social\AppInfo\Application;
use OCA\Social\Exceptions\SignatureIsGoneException;
-use OCA\Social\Exceptions\SocialAppConfigException;
use OCA\Social\Exceptions\UnknownItemException;
use OCA\Social\Service\CacheActorService;
use OCA\Social\Service\FollowService;