pachli-android/core/network
Nik Clayton 344ba62368
fix: Tolerate missing status fields on veganism.social (#911)
veganism.social is doing something weird that injects statuses into the
user's timeline that are missing the fields that are normally present on
authenticated statuses.

So far I've noticed:

- `reblogged`
- `favourited`
- `bookmarked`

on the top level `Status` are missing, and if the status contains a poll
the `voted` field is also missing.

Cover up this breakage by setting defaults for these fields.
2024-08-29 11:43:40 +02:00
..
src fix: Tolerate missing status fields on veganism.social (#911) 2024-08-29 11:43:40 +02:00
build.gradle.kts feat: Provide more detail in errors, especially media upload errors (#801) 2024-07-04 19:16:24 +02:00
lint-baseline.xml refactor: Use the PachliError type for ApiError (#739) 2024-06-12 10:22:27 +02:00
proguard-rules.pro refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00