forked from indymedia/epicyon
Comment
parent
6e2d2d112f
commit
4d15aab7c7
2
posts.py
2
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('/', '#')
|
||||
|
|
Loading…
Reference in New Issue