mirror of
https://github.com/tuskyapp/Tusky
synced 2025-02-09 17:20:43 +01:00
d00ad17603
https://docs.joinmastodon.org/entities/Announcement/ The statuses in this model are not full statuses but we expect them, so parsing a response that contains one fails. `com.squareup.moshi.JsonDataException: Required value 'account' missing at $[0].statuses[1]` Since we don't even use the attribute, we can just remove it to fix the bug. Closes #4696