diff --git a/webinterface.py b/webinterface.py index 061013d93..2091363f8 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1710,6 +1710,10 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \ if showDMicon: titleStr=titleStr+' ' + messageIdStr='' + if messageId: + messageIdStr=';'+messageId + replyAvatarImageInPost='' if showRepeatIcon: if isAnnounced: @@ -1733,9 +1737,9 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \ if announceAvatarUrl: replyAvatarImageInPost= \ '
' else: titleStr+=' @'+announceNickname+'@'+announceDomain+'' @@ -1770,7 +1774,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \ if replyAvatarUrl: replyAvatarImageInPost= \ '' @@ -1877,10 +1881,6 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \ ' ' \ ' ' \ ' ' - - messageIdStr='' - if messageId: - messageIdStr=';'+messageId if showAvatarDropdown and fullDomain+'/users/'+nickname not in postJsonObject['actor']: avatarImageInPost= \