mirror of https://gitlab.com/bashrc2/epicyon
Remove authorization for blog post edit
It will be checked latermerge-requests/21/head
parent
33164809bc
commit
e60ad9c733
|
@ -11601,8 +11601,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
print('DEBUG: replydm path ' + self.path)
|
||||
|
||||
# Edit a blog post
|
||||
if authorized and \
|
||||
'/tlblogs' in self.path and \
|
||||
if '/tlblogs' in self.path and \
|
||||
'?editblogpost=' in self.path and \
|
||||
'?actor=' in self.path:
|
||||
messageId = self.path.split('?editblogpost=')[1]
|
||||
|
|
Loading…
Reference in New Issue