oxen-io / session-desktop

Session Desktop - Onion routing based messenger
https://getsession.org
GNU General Public License v3.0
1.48k stars 190 forks source link

Download attachment zero if no event is available #2893

Closed RubenGarcia closed 11 months ago

RubenGarcia commented 11 months ago

First time contributor checklist:

Contributor checklist:

Description

https://github.com/oxen-io/session-desktop/issues/2890 no longer gives an error with this patch.

This fixes the case of messages with one attachment, but downloading the rest of the attachments in messages with more than one attachment has not been tackled yet.

I tested it by executing yarn start-prod on Ubuntu 20.04.

Bilb commented 11 months ago

Hey, I made a fix for that which fixes the root issue. Will be in the next release. Let me know how that goes

RubenGarcia commented 11 months ago

Perfect. https://github.com/oxen-io/session-desktop/pull/2903