From a02a01bfaec540a849f831a5694534c4e16c4b39 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 14 Jul 2020 22:23:39 +0100 Subject: [PATCH] unfollow confirmation --- daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.py b/daemon.py index 16ec828dd..6c61a1798 100644 --- a/daemon.py +++ b/daemon.py @@ -7980,6 +7980,7 @@ class PubServer(BaseHTTPRequestHandler): if not (self.path.endswith('/outbox') or self.path.endswith('/inbox') or self.path.endswith('/shares') or + self.path.endswith('/unfollowconfirm') or self.path.endswith('/moderationaction') or self.path.endswith('/caps/new') or self.path == '/sharedInbox'):