diff --git a/webapp_post.py b/webapp_post.py index 818759691..67b843669 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -426,7 +426,7 @@ def _getAnnounceIconHtml(isAnnounced: bool, announceTitle = translate['Undo the repeat'] if announceJsonObject: unannounceLinkStr = '?unannounce=' + \ - announceJsonObject['id'] + removeIdEnding(announceJsonObject['id']) announceLinkStr = '?' + \ announceLink + '=' + postJsonObject['object']['id'] + pageNumberParam