mirror of https://gitlab.com/bashrc2/epicyon
Title links to options
parent
80db3b9f93
commit
5247c7c2ee
|
@ -2265,7 +2265,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
addEmojiToDisplayName(baseDir,httpPrefix, \
|
addEmojiToDisplayName(baseDir,httpPrefix, \
|
||||||
nickname,domain, \
|
nickname,domain, \
|
||||||
displayName,False)
|
displayName,False)
|
||||||
titleStr+='<a href="'+postActor+'">'+displayName+'</a>'
|
titleStr+='<a href="/users/'+nickname+'?options='+postActor+';'+str(pageNumber)+';'+avatarUrl+messageIdStr+'">'+displayName+'</a>'
|
||||||
else:
|
else:
|
||||||
if not messageId:
|
if not messageId:
|
||||||
#pprint(postJsonObject)
|
#pprint(postJsonObject)
|
||||||
|
@ -2276,7 +2276,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
if not actorDomain:
|
if not actorDomain:
|
||||||
#pprint(postJsonObject)
|
#pprint(postJsonObject)
|
||||||
print('ERROR: no actorDomain')
|
print('ERROR: no actorDomain')
|
||||||
titleStr+='<a href="'+postActor+'">@'+actorNickname+'@'+actorDomain+'</a>'
|
titleStr+='<a href="/users/'+nickname+'?options='+postActor+';'+str(pageNumber)+';'+avatarUrl+messageIdStr+'">@'+actorNickname+'@'+actorDomain+'</a>'
|
||||||
|
|
||||||
# Show a DM icon for DMs in the inbox timeline
|
# Show a DM icon for DMs in the inbox timeline
|
||||||
if showDMicon:
|
if showDMicon:
|
||||||
|
|
Loading…
Reference in New Issue