Avoid erasing bio

merge-requests/30/head
Bob Mottram 2021-02-25 17:19:22 +00:00
parent efedbffc3c
commit a0469db654
1 changed files with 4 additions and 3 deletions

View File

@ -4566,6 +4566,7 @@ class PubServer(BaseHTTPRequestHandler):
else:
if checkNameAndBio:
redirectPath = 'previewAvatar'
else:
if actorJson['summary']:
actorJson['summary'] = ''
actorChanged = True