diff --git a/daemon.py b/daemon.py index 0f81c6199..f994ee2b2 100644 --- a/daemon.py +++ b/daemon.py @@ -11601,7 +11601,8 @@ class PubServer(BaseHTTPRequestHandler): print('DEBUG: replydm path ' + self.path) # Edit a blog post - if '/tlblogs' in self.path and \ + if authorized and \ + '/users/' in self.path and \ '?editblogpost=' in self.path and \ '?actor=' in self.path: messageId = self.path.split('?editblogpost=')[1]