fix: make note not a RequiredField in account

This was making some profiles with no description not load under CalcKey
This commit is contained in:
LucasGGamerM 2023-05-18 20:43:00 -03:00 committed by GitHub
parent 37cdc7116d
commit 346610dd04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class Account extends BaseModel implements Searchable{
/**
* The profile's bio / description.
*/
@RequiredField
public String note;
/**
* An image icon that is shown next to statuses and in the profile.