v2.8.9
- Fixed Internal Server Error caused by email validating (
NoneType
)- This includes: accepting a user / submitting an application when the user's email is not set
- Fixed invalid email (
"None"
) being stored in database - Made PATCH
/user/profile
to return updated user info as response (which also clears user info cache) - Added notification on ownership transfer for economy garage, garage slot, truck and merch
Note: This update will attempt to change all "None"
(string) email in database to NULL
(NULL)