Skip to content

Fix resending file transfer with 'null' file.

Julien Wadel requested to merge fix/backport_53 into release/5.3

On cancellation, the filetransfer is not reset that lead the message to have its Content as not isFile(). Then, next call to send() was done with no isFile() in its contents.

  • Restore the content.

Backport from master

Edited by Julien Wadel

Merge request reports