From 257e75fa5d5434739a41e6d9db32bf1d8a4ec109 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 2 Jan 2020 23:11:43 +0000 Subject: [PATCH] avatar url --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index 878ed084..a0a1fe8a 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: