mirror of https://gitlab.com/bashrc2/epicyon
Unrepeat link
parent
bf359e122b
commit
e6be96c492
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue