Don't repeat name for self-boosts

main2
Bob Mottram 2019-09-25 13:48:12 +01:00
parent 90810269e2
commit 42b60e3192
1 changed files with 22 additions and 19 deletions

View File

@ -1793,6 +1793,9 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
if showRepeatIcon:
if isAnnounced:
if postJsonObject['object'].get('attributedTo'):
if postJsonObject['object']['attributedTo'].startswith(postJsonObject['actor']):
titleStr+=' <img src="/'+iconsDir+'/repeat_inactive.png" class="announceOrReply"/>'
else:
announceNickname=getNicknameFromActor(postJsonObject['object']['attributedTo'])
if announceNickname:
announceDomain,announcePort=getDomainFromActor(postJsonObject['object']['attributedTo'])