From 80db3b9f93eac55222f8a1a6398f368ad136a98e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 2 Jan 2020 23:16:20 +0000 Subject: [PATCH] Link to actor --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index a0a1fe8a2..fc3d35215 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2265,7 +2265,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ addEmojiToDisplayName(baseDir,httpPrefix, \ nickname,domain, \ displayName,False) - titleStr+=''+displayName+'' + titleStr+=''+displayName+'' else: if not messageId: #pprint(postJsonObject) @@ -2276,7 +2276,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ if not actorDomain: #pprint(postJsonObject) print('ERROR: no actorDomain') - titleStr+='@'+actorNickname+'@'+actorDomain+'' + titleStr+='@'+actorNickname+'@'+actorDomain+'' # Show a DM icon for DMs in the inbox timeline if showDMicon: