mirror of https://gitlab.com/bashrc2/epicyon
Don't set actorchanged flag when font is uploaded
parent
ff1dc94378
commit
da148f8e9e
|
@ -5485,7 +5485,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if os.path.isfile(postImageFilename):
|
if os.path.isfile(postImageFilename):
|
||||||
print('profile update POST ' + mType +
|
print('profile update POST ' + mType +
|
||||||
' image or font saved to ' + postImageFilename)
|
' image or font saved to ' + postImageFilename)
|
||||||
if mType != 'instanceLogo':
|
if mType != 'instanceLogo' and mType != 'customFont':
|
||||||
lastPartOfImageFilename = \
|
lastPartOfImageFilename = \
|
||||||
postImageFilename.split('/')[-1]
|
postImageFilename.split('/')[-1]
|
||||||
profileMediaTypesUploaded[mType] = \
|
profileMediaTypesUploaded[mType] = \
|
||||||
|
|
Loading…
Reference in New Issue