paper-plane-developers/paper-plane

Creashes when sending document

Mofiqul opened this issue · 2 comments

As the title says whenever I try to send pdf, docx file it just crash.

LOG

thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/session/content/send_photo_dialog.rs:161:49
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

Sending documents is not currently implemented, but a crash is not expected, the file chooser should only allow selecting photos.

Judging from the log you seem to use an older commit of the app, can you try with the latest one?