From 9f83477dde7c00f83237d1c3e54ada60007fb2c9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 8 May 2021 14:21:02 +0100 Subject: [PATCH] Announce link --- webapp_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_post.py b/webapp_post.py index 702d3ba03..818759691 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['object']['id'] + announceJsonObject['id'] announceLinkStr = '?' + \ announceLink + '=' + postJsonObject['object']['id'] + pageNumberParam