From dd83fa664b5ed9cb33ecc95d3af87c95bc5acc23 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 23 Feb 2020 12:25:00 +0000 Subject: [PATCH] statuses --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 69bac092..5214cc2c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -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: