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):
|
if announcedByPerson(postJsonObject, nickname, domainFull):
|
||||||
announceIcon = 'repeat.png'
|
announceIcon = 'repeat.png'
|
||||||
announceEmoji = '🔁 '
|
announceEmoji = '🔁 '
|
||||||
|
announceLink = 'unrepeat'
|
||||||
if not isPublicRepeat:
|
if not isPublicRepeat:
|
||||||
announceLink = 'unrepeatprivate'
|
announceLink = 'unrepeatprivate'
|
||||||
announceTitle = translate['Undo the repeat']
|
announceTitle = translate['Undo the repeat']
|
||||||
|
|
Loading…
Reference in New Issue