mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
ec4a80e5d5
commit
7a7bcee064
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue