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:
parent
37cdc7116d
commit
346610dd04
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue