Unrepeat link

main
Bob Mottram 2021-05-07 13:35:44 +01:00
parent bf359e122b
commit e6be96c492
1 changed files with 1 additions and 0 deletions

View File

@ -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']