main
Bob Mottram 2020-03-27 14:59:33 +00:00
parent ec4a80e5d5
commit 7a7bcee064
1 changed files with 1 additions and 1 deletions

View File

@ -3535,8 +3535,8 @@ def htmlTimeline(defaultTimeline: str, \
if port!=80 and port!=443:
if ':' not in domain:
fullDomain=domain+':'+str(port)
actor=httpPrefix+'://'+fullDomain+'/users/'+nickname
usersPath='/users/'+nickname
actor=httpPrefix+'://'+fullDomain+usersPath
showIndividualPostIcons=True