From 346610dd04a8e5ec559fe5fac1b79e448e8a3f09 Mon Sep 17 00:00:00 2001 From: LucasGGamerM <71328265+LucasGGamerM@users.noreply.github.com> Date: Thu, 18 May 2023 20:43:00 -0300 Subject: [PATCH] fix: make note not a RequiredField in account This was making some profiles with no description not load under CalcKey --- .../src/main/java/org/joinmastodon/android/model/Account.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/java/org/joinmastodon/android/model/Account.java b/mastodon/src/main/java/org/joinmastodon/android/model/Account.java index c36d410b2..1261a45f4 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/model/Account.java +++ b/mastodon/src/main/java/org/joinmastodon/android/model/Account.java @@ -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.