mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-01 09:57:16 +01:00
2236f53838
Edited polls only include the list of options with titles; no other metadata (poll ID, single/multiple choice, vote counts, etc). Since the data shape didn't match Moshi wasn't decoding the data. Provide dedicated data classes to model the response, and add a fourth poll display option to represent viewing an edit history snapshot.