From 8129e28a9662d6b69712fd32d335904adff54355 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 6 Sep 2019 10:18:52 +0100 Subject: [PATCH] Show icons if authorized --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index af635710e..ed90283a1 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1899,11 +1899,11 @@ def htmlIndividualPost(baseDir: str,session,wfRequest: {},personCache: {}, \ postJsonObject: {},httpPrefix: str,projectVersion: str) -> str: """Show an individual post as html """ - postStr='' + postStr='' postStr+= \ individualPostAsHtml(None,baseDir,session,wfRequest,personCache, \ nickname,domain,port,postJsonObject,None,True,False, \ - httpPrefix,projectVersion,False,False,False,False) + httpPrefix,projectVersion,False,authorized,False,False) messageId=postJsonObject['id'].replace('/activity','') # show the previous posts