forked from indymedia/epicyon
nickname from path
parent
00b6eeed00
commit
800b50996f
|
@ -1958,6 +1958,8 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
'cc': ['https://www.w3.org/ns/activitystreams#Public']
|
||||
}
|
||||
}
|
||||
pathUsersSection=self.path.split('/users/')[1]
|
||||
self.postToNickname=pathUsersSection.split('/')[0]
|
||||
self._postToOutbox(unfollowJson)
|
||||
self._redirect_headers(originPathStr,cookie)
|
||||
self.server.POSTbusy=False
|
||||
|
|
Loading…
Reference in New Issue