tulir / gomuks

A Matrix client written in Go.
https://maunium.net/go/gomuks
GNU Affero General Public License v3.0
1.37k stars 123 forks source link

Issue uploading files from folders with spaces #416

Closed brunofontes closed 1 week ago

brunofontes commented 1 year ago

Hello,

Not sure if it is only here, but I can't upload any file if there is a space in the folder.

I've tried things as:

And I've also trying using autocomplete, with a very weird behaviour:

  1. /upload /home/bruno/my<TAB> was autocompleted to /upload /home/bruno/my folder/;
  2. So I included the "image" and pressed tab again, and faced a /upload /home/bruno/my /home/bruno/my folder/image.png

Thanks, Bruno