forked from indymedia/epicyon
Unfollowing
parent
90db9261a9
commit
ff4f67ca73
|
@ -826,8 +826,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
return
|
||||
|
||||
# Unfollow a person from the web interface by selecting Unfollow on the dropdown
|
||||
if htmlGET and '/users/' in self.path:
|
||||
if '?unfollow=' in self.path:
|
||||
if '/users/' in self.path and '?unfollow=' in self.path:
|
||||
followStr=self.path.split('?unfollow=')[1]
|
||||
originPathStr=self.path.split('?unfollow=')[0]
|
||||
if ';' in followStr:
|
||||
|
|
Loading…
Reference in New Issue