forked from indymedia/epicyon
Tidying
parent
ec4a80e5d5
commit
7a7bcee064
|
@ -3535,8 +3535,8 @@ def htmlTimeline(defaultTimeline: str, \
|
||||||
if port!=80 and port!=443:
|
if port!=80 and port!=443:
|
||||||
if ':' not in domain:
|
if ':' not in domain:
|
||||||
fullDomain=domain+':'+str(port)
|
fullDomain=domain+':'+str(port)
|
||||||
actor=httpPrefix+'://'+fullDomain+'/users/'+nickname
|
|
||||||
usersPath='/users/'+nickname
|
usersPath='/users/'+nickname
|
||||||
|
actor=httpPrefix+'://'+fullDomain+usersPath
|
||||||
|
|
||||||
showIndividualPostIcons=True
|
showIndividualPostIcons=True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue