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.
|
* The profile's bio / description.
|
||||||
*/
|
*/
|
||||||
@RequiredField
|
|
||||||
public String note;
|
public String note;
|
||||||
/**
|
/**
|
||||||
* An image icon that is shown next to statuses and in the profile.
|
* An image icon that is shown next to statuses and in the profile.
|
||||||
|
|
Loading…
Reference in New Issue