Avatar url

alt-html-css
Bob Mottram 2020-12-30 12:17:16 +00:00
parent 8e8dda6370
commit 2c36f0a92d
1 changed files with 1 additions and 2 deletions

View File

@ -2594,8 +2594,7 @@ class PubServer(BaseHTTPRequestHandler):
self.server.personCache, self.server.personCache,
None, True) None, True)
profilePathStr += \ profilePathStr += \
'?options=' + actor + ';1;' + \ '?options=' + actor + ';1;' + avatarUrl
'/avatars/' + avatarUrl.replace('/', '-')
print('profilePathStr: ' + profilePathStr) print('profilePathStr: ' + profilePathStr)
self._showPersonOptions(callingDomain, profilePathStr, self._showPersonOptions(callingDomain, profilePathStr,