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

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.