stakwork / sphinx-kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Media support on threads

tomastiminskas opened this issue · comments

commented

Right now we don't allow to send media on threads, we just support starting a thread from an attachment message.

We will start supporting sending media on threads.

  1. Start sending thread_uuid on send attachment endpoint as we do on send message endpoint. That needs to be done on 2 cases:

    • When replying to a message with a media file on tribe chat
    • When sending an attachment inside a thread
  2. We should adapt the UI of the thread row to show media on last reply if it's the case (show designs with Milan)