merge-requests/8/head
Bob Mottram 2020-12-30 12:02:00 +00:00
parent a153a78601
commit 9b3140aa1a
1 changed files with 3 additions and 1 deletions

View File

@ -2584,9 +2584,11 @@ class PubServer(BaseHTTPRequestHandler):
actor,
self.server.personCache,
None, True)
profilePathStr = profilePathStr + \
profilePathStr += \
'?options=' + actor + ';1;' + \
'/avatars/' + avatarUrl.replace('/', '-')
print('profilePathStr: ' + profilePathStr)
self._showPersonOptions(callingDomain, profilePathStr,
baseDir, httpPrefix,
domain, domainFull,