unfollow confirmation

main
Bob Mottram 2020-07-14 22:23:39 +01:00
parent 838541a0da
commit a02a01bfae
1 changed files with 1 additions and 0 deletions

View File

@ -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'):