actor inbox

master
Bob Mottram 2019-08-23 18:06:44 +01:00
parent a608499323
commit 94e342a297
1 changed files with 1 additions and 0 deletions

View File

@ -490,6 +490,7 @@ class PubServer(BaseHTTPRequestHandler):
# treat shared inbox paths consistently # treat shared inbox paths consistently
if self.path=='/sharedInbox' or \ if self.path=='/sharedInbox' or \
self.path=='/users/inbox' or \ self.path=='/users/inbox' or \
self.path=='/actor/inbox' or \
self.path=='/users/'+self.server.domain: self.path=='/users/'+self.server.domain:
self.path='/inbox' self.path='/inbox'