mirror of https://gitlab.com/bashrc2/epicyon
Don't remove bio
parent
a0469db654
commit
4b584f6648
|
@ -4566,10 +4566,6 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
else:
|
else:
|
||||||
if checkNameAndBio:
|
if checkNameAndBio:
|
||||||
redirectPath = 'previewAvatar'
|
redirectPath = 'previewAvatar'
|
||||||
else:
|
|
||||||
if actorJson['summary']:
|
|
||||||
actorJson['summary'] = ''
|
|
||||||
actorChanged = True
|
|
||||||
|
|
||||||
adminNickname = \
|
adminNickname = \
|
||||||
getConfigParam(baseDir, 'admin')
|
getConfigParam(baseDir, 'admin')
|
||||||
|
|
Loading…
Reference in New Issue