From 4d15aab7c799d097ad40f14ab41def15cef29aef Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 31 Aug 2020 11:02:45 +0100 Subject: [PATCH] Comment --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 235aa0f3..1d32205f 100644 --- a/posts.py +++ b/posts.py @@ -3588,7 +3588,7 @@ def unmutePost(baseDir: str, nickname: str, domain: str, postId: str, if os.path.isfile(cachedPostFilename): os.remove(cachedPostFilename) - # if the post is in the recent posts cache then mark it as muted + # if the post is in the recent posts cache then mark it as unmuted if recentPostsCache.get('index'): postId = \ removeIdEnding(postJsonObject['id']).replace('/', '#')