quotient-im / Quaternion

A Qt-based IM client for Matrix
https://matrix.org/ecosystem/clients/quaternion/
GNU General Public License v3.0
642 stars 107 forks source link

feat: attach file by inserting(pasting/dropping) it into chatedit #812

Closed shunf4 closed 2 years ago

shunf4 commented 2 years ago

Allows attaching a file, if it is inserted (pasted or drag-n-dropped) into message edit box.

I also noted the function ChatRoomWidget::fileDrop but it doesn't seem to be used.

KitsuneRal commented 2 years ago

ChatRoomWidget::fileDrop() invocation has been missing in action since the timeline rework, it seems... Thanks for reinstating the feature!