Only show posts in profile

master
Bob Mottram 2019-09-04 16:00:27 +01:00
parent e1bad2b044
commit a1809b43ac
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ def htmlProfilePosts(baseDir: str,httpPrefix: str, \
if len(outboxFeed['orderedItems'])==0:
break
for item in outboxFeed['orderedItems']:
if item['type']=='Create' or item['type']=='Announce':
if item['type']=='Create':
postStr=individualPostAsHtml(None,baseDir,session,wfRequest,personCache, \
nickname,domain,port,item,None,True,False, \
httpPrefix,projectVersion, \