Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attachments: Fix failing attached file downloads.
This commit fixes the failing download files that had occurred due to the session not being the same in the browserWindow and the webview. This made the uploaded files unavailable to browserWindow for download. This fix adds the persist session to the browserWindow. Fixes: #523.
- Loading branch information