main
Bob Mottram 2020-08-31 11:02:45 +01:00
parent 6e2d2d112f
commit 4d15aab7c7
1 changed files with 1 additions and 1 deletions

View File

@ -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('/', '#')