mirror of https://gitlab.com/bashrc2/epicyon
Avatars path
parent
3158c06b18
commit
a153a78601
|
@ -2586,7 +2586,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
None, True)
|
None, True)
|
||||||
profilePathStr = profilePathStr + \
|
profilePathStr = profilePathStr + \
|
||||||
'?options=' + actor + ';1;' + \
|
'?options=' + actor + ';1;' + \
|
||||||
'/actors/' + avatarUrl.replace('/', '-')
|
'/avatars/' + avatarUrl.replace('/', '-')
|
||||||
self._showPersonOptions(callingDomain, profilePathStr,
|
self._showPersonOptions(callingDomain, profilePathStr,
|
||||||
baseDir, httpPrefix,
|
baseDir, httpPrefix,
|
||||||
domain, domainFull,
|
domain, domainFull,
|
||||||
|
|
Loading…
Reference in New Issue