mirror of https://gitlab.com/bashrc2/epicyon
Like link
parent
9925b986b3
commit
546f25a274
|
@ -2233,7 +2233,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
|||
likeTitle=translate['Undo the like']
|
||||
likeStr= \
|
||||
'<a href="/users/' + nickname + '?' + \
|
||||
likeLink + '=' + messageId + pageNumberParam + \
|
||||
likeLink + '=' + postJsonObject['object']['id'] + pageNumberParam + \
|
||||
'?actor='+postJsonObject['actor']+ \
|
||||
'?bm='+timelinePostBookmark+ \
|
||||
'?tl='+boxName+'" title="'+likeTitle+'">'
|
||||
|
|
Loading…
Reference in New Issue