forked from indymedia/epicyon
actor inbox
parent
a608499323
commit
94e342a297
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue