mirror of https://gitlab.com/bashrc2/epicyon
Don't show profile for news posts
parent
1b72e03584
commit
99fe61f5b7
|
@ -4529,11 +4529,6 @@ def individualPostAsHtml(allowDownloads: bool,
|
|||
' <img loading="lazy" src="' + avatarUrl + '" title="' + \
|
||||
translate['Show profile'] + '" alt=" "' + avatarPosition + \
|
||||
'/></a>\n'
|
||||
else:
|
||||
avatarLink += \
|
||||
' <img loading="lazy" src="' + avatarUrl + '" title="' + \
|
||||
translate['Show profile'] + '" alt=" "' + avatarPosition + \
|
||||
'/>\n'
|
||||
|
||||
if showAvatarOptions and \
|
||||
fullDomain + '/users/' + nickname not in postActor:
|
||||
|
|
Loading…
Reference in New Issue