challfry / TheKraken

An iOS client for the Twit-arr server.
3 stars 1 forks source link

Re-posting a Tweet from queued state drops images #64

Closed cohoe closed 1 year ago

cohoe commented 1 year ago

[re]posting a tweet from the stuck tasks queue with an image dropped the image. The image was taken with Kraken and appeared like it was gonna be attached but it did not make it in the payload.

challfry commented 1 year ago

Should be fixed. Issue was that 'nil' for pics in an edit means 'no changes' while [] is used for 'delete all pics'.