Avatars path

main
Bob Mottram 2020-12-30 11:59:37 +00:00
parent 3158c06b18
commit a153a78601
1 changed files with 1 additions and 1 deletions

View File

@ -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,