merge-requests/6/head
Bob Mottram 2020-02-23 12:25:00 +00:00
parent 2cc92b785a
commit dd83fa664b
1 changed files with 1 additions and 1 deletions

View File

@ -3371,7 +3371,7 @@ def htmlCalendarDeleteConfirm(translate: {},baseDir: str, \
nickname=getNicknameFromActor(path)
actor=httpPrefix+'://'+domainFull+'/users/'+nickname
domain,port=getDomainFromActor(actor)
messageId=actor+'/'+postId
messageId=actor+'/statuses/'+postId
postFilename=locatePost(baseDir,nickname,domain,messageId)
if not postFilename: