You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attaching multiple media attachments to a post on a Takahe instance, the order of attachment is sometimes not preserved.
While I have not tested this myself, it appears that Mastodon preserves the order of media attachments (as per mastodon/mastodon#5857).
I initially was not sure if this was a client issue, and so made the script below for confirmation. The order of media_attachments returned when creating a status is sometimes different to the order in the creation request.
There is no ordering in Takahē for attachments other than the natural ordering in the PostgreSQL database, so this is not surprising. Fixing it would require adding an explicit ordering column.
When attaching multiple media attachments to a post on a Takahe instance, the order of attachment is sometimes not preserved.
While I have not tested this myself, it appears that Mastodon preserves the order of media attachments (as per mastodon/mastodon#5857).
I initially was not sure if this was a client issue, and so made the script below for confirmation. The order of
media_attachments
returned when creating a status is sometimes different to the order in the creation request.Python script
images.tar.gz
The text was updated successfully, but these errors were encountered: