diff options
-rw-r--r-- | server.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -88,7 +88,6 @@ class fuwuqi(SimpleHTTPRequestHandler): actor = keyid.removesuffix('#main-key') if ('actor' in activity and activity['actor'] != actor) or \ ('attributedTo' in activity and activity['attributedTo'] != actor) or \ - ('actor' in activity['object'] and activity['object']['actor'] != actor) or \ ('attributedTo' in activity['object'] and activity['object']['attributedTo'] != actor): self.send_response(401) return |