main
Bob Mottram 2020-02-24 18:54:37 +00:00
parent 7e17a969a0
commit 88360cd8ae
1 changed files with 2 additions and 2 deletions

View File

@ -900,8 +900,8 @@ class PubServer(BaseHTTPRequestHandler):
print('Test7')
if '#'+userEnding[1]+'.' not in open(blogIndexFilename).read():
return None,None
print('Test8')
messageId=httpPrefix+'://'+domainFull+'/users/'+nickname+'/statuses/'+userEnding[1]
messageId=httpPrefix+':##'+domainFull+'#users#'+nickname+'#statuses#'+userEnding[1]
print('Test8 '+messageId)
return locatePost(baseDir,nickname,domain,messageId),nickname
def do_GET(self):