forked from indymedia/epicyon
Avatar url
parent
8e8dda6370
commit
2c36f0a92d
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue