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