From 8aa3f53dbd6fb41dfee952fdd74263d911e6e7d4 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Fri, 5 May 2023 10:22:01 +0200 Subject: [PATCH] no need to use Followers any more --- includes/rest/class-inbox.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/rest/class-inbox.php b/includes/rest/class-inbox.php index ba1fc0a..217e816 100644 --- a/includes/rest/class-inbox.php +++ b/includes/rest/class-inbox.php @@ -4,7 +4,6 @@ namespace Activitypub\Rest; use WP_REST_Response; use Activitypub\Signature; use Activitypub\Model\Activity; -use \Activitypub\Peer\Followers; /** * ActivityPub Inbox REST-Class