mirror of https://gitlab.com/bashrc2/epicyon
unfollow confirmation
parent
838541a0da
commit
a02a01bfae
|
@ -7980,6 +7980,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if not (self.path.endswith('/outbox') or
|
if not (self.path.endswith('/outbox') or
|
||||||
self.path.endswith('/inbox') or
|
self.path.endswith('/inbox') or
|
||||||
self.path.endswith('/shares') or
|
self.path.endswith('/shares') or
|
||||||
|
self.path.endswith('/unfollowconfirm') or
|
||||||
self.path.endswith('/moderationaction') or
|
self.path.endswith('/moderationaction') or
|
||||||
self.path.endswith('/caps/new') or
|
self.path.endswith('/caps/new') or
|
||||||
self.path == '/sharedInbox'):
|
self.path == '/sharedInbox'):
|
||||||
|
|
Loading…
Reference in New Issue