Serve avatar locally rather than through Libravatar, it'll perform better and doesn't require the image's size to be messed with

This commit is contained in:
Danielle McLean 2017-10-09 23:34:56 +11:00
parent 20470aa852
commit c517baac1c
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
6 changed files with 3 additions and 11 deletions

View file

@ -3,6 +3,7 @@ User
password Text maxlen=79
fullName Text maxlen=500
email Text maxlen=190
avatar Text maxlen=190
note Text sqltype=mediumtext
UniqueUser username
UniqueEmail email