poetaster / harbour-tooter

Tooter is Mastodon client for Sailfish OS.
GNU General Public License v3.0
10 stars 10 forks source link

images in replies absent in thread #40

Open poetaster opened 2 days ago

poetaster commented 2 days ago

reproduce:

  1. reply to someone with and image attachments.
  2. leave thread
  3. return to thread
  4. do not see image in thread
poetaster commented 2 days ago

see worker script

[D] :105 - https://mastodon.gamedev.place/api/v1/statuses/113210196437402724/context?
[D] :124 - ancestors
[W] unknown:-1 - <Unknown File>: Can't assign to existing role 'attachments' of different type [List -> QObject]
[W] unknown:-1 - <Unknown File>: Can't assign to existing role 'attachments' of different type [List -> QObject]
poetaster commented 21 hours ago

ConversationPage is passed a truncated (index at) model which leads to the attachments not being present. ensure that attachment is there.

line 598 in ConversationsPage contains the Workscript call.