Remove authorization for blog post edit

It will be checked later
merge-requests/21/head
Bob Mottram 2021-02-17 09:45:29 +00:00
parent 33164809bc
commit e60ad9c733
1 changed files with 1 additions and 2 deletions

View File

@ -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]