summaryrefslogtreecommitdiffstats
path: root/lib/Model/ActivityPub/Object/Note.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Model/ActivityPub/Object/Note.php')
-rw-r--r--lib/Model/ActivityPub/Object/Note.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Model/ActivityPub/Object/Note.php b/lib/Model/ActivityPub/Object/Note.php
index 1cd4701f..36fb1e8c 100644
--- a/lib/Model/ActivityPub/Object/Note.php
+++ b/lib/Model/ActivityPub/Object/Note.php
@@ -30,12 +30,8 @@ declare(strict_types=1);
namespace OCA\Social\Model\ActivityPub\Object;
-use Exception;
use JsonSerializable;
-use OCA\Social\AP;
-use OCA\Social\Exceptions\InvalidResourceEntryException;
use OCA\Social\Exceptions\ItemAlreadyExistsException;
-use OCA\Social\Exceptions\ItemUnknownException;
use OCA\Social\Model\ActivityPub\ACore;
use OCA\Social\Model\ActivityPub\Stream;