Don't leak the full file path when sending file
This commit is contained in:
parent
1b039d0b16
commit
d113733ce0
@ -639,7 +639,7 @@ TextInputWidget::openFileSelection()
|
||||
|
||||
QSharedPointer<QFile> file{new QFile{fileName, this}};
|
||||
|
||||
emit uploadMedia(file, format, fileName, input_->related);
|
||||
emit uploadMedia(file, format, QFileInfo(fileName).fileName(), input_->related);
|
||||
input_->related = {};
|
||||
input_->closeReply();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user