LucasGGamerM / moshidon

Better modification of the official Mastodon for Android app
https://LucasGGamerM.github.io/moshidon/
GNU General Public License v3.0
612 stars 28 forks source link

Sort scheduled posts by scheduled_at #480

Open SteffoSpieler opened 1 month ago

SteffoSpieler commented 1 month ago

Is your feature request related to a problem? Please describe. Currently, the Mastodon scheduled_statuses API returns the posts unordered. This can result in confusion.

Describe the solution you'd like Sort the scheduled posts by the scheduled_at date. Or, maybe add an option in the overview, where you can select how you'd want it sorted. For example: By ID (how it gets returned by the mastodon API), By scheduled_at (with both the option for Asc and Desc), ...

Describe alternatives you've considered Trying to look at the date of each post.

Additional context Screenshot_20240726-125829

LucasGGamerM commented 1 month ago

I believe the server deals with the ordering, so we just don't change it