mirror of https://gitlab.com/bashrc2/epicyon
Show published link on news posts
parent
ea85cf4a9e
commit
28ddaa58d1
|
@ -5166,12 +5166,8 @@ def individualPostAsHtml(allowDownloads: bool,
|
|||
domain + ':' + str(port) + '/users/' in publishedLink:
|
||||
publishedLink = '/users/' + publishedLink.split('/users/')[1]
|
||||
|
||||
if not isNewsPost(postJsonObject):
|
||||
footerStr = '<a href="' + publishedLink + \
|
||||
'" class="' + timeClass + '">' + publishedStr + '</a>\n'
|
||||
else:
|
||||
footerStr = ' <label class="' + timeClass + '">' + \
|
||||
publishedStr + '</label>\n'
|
||||
footerStr = '<a href="' + publishedLink + \
|
||||
'" class="' + timeClass + '">' + publishedStr + '</a>\n'
|
||||
|
||||
# change the background color for DMs in inbox timeline
|
||||
if showDMicon:
|
||||
|
@ -5182,12 +5178,8 @@ def individualPostAsHtml(allowDownloads: bool,
|
|||
footerStr = '\n <div class="' + containerClassIcons + '">\n'
|
||||
footerStr += replyStr + announceStr + likeStr + bookmarkStr + \
|
||||
deleteStr + muteStr + editStr
|
||||
if not isNewsPost(postJsonObject):
|
||||
footerStr += ' <a href="' + publishedLink + '" class="' + \
|
||||
timeClass + '">' + publishedStr + '</a>\n'
|
||||
else:
|
||||
footerStr += ' <label class="' + timeClass + '">' + \
|
||||
publishedStr + '</label>\n'
|
||||
footerStr += ' <a href="' + publishedLink + '" class="' + \
|
||||
timeClass + '">' + publishedStr + '</a>\n'
|
||||
footerStr += ' </div>\n'
|
||||
|
||||
postIsSensitive = False
|
||||
|
|
Loading…
Reference in New Issue