From e6be96c492a065c9bfc0def8177644489b3df9e7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 7 May 2021 13:35:44 +0100 Subject: [PATCH] Unrepeat link --- webapp_post.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp_post.py b/webapp_post.py index 466ad63db..ce1f516e4 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -408,6 +408,7 @@ def _getAnnounceIconHtml(nickname: str, domainFull: str, if announcedByPerson(postJsonObject, nickname, domainFull): announceIcon = 'repeat.png' announceEmoji = '🔁 ' + announceLink = 'unrepeat' if not isPublicRepeat: announceLink = 'unrepeatprivate' announceTitle = translate['Undo the repeat']