isamert / scli

a simple terminal user interface for signal messenger (using signal-cli)
GNU General Public License v3.0
432 stars 40 forks source link

Download attachments on demand #175

Closed mark2185 closed 2 years ago

mark2185 commented 2 years ago

I'm not even sure if this is possible, but I don't see any other way of sending a message.

Anyway, I'd like to be able to open attachments with o, but subsequently remove them from the disk for privacy purposes. Is it possible to redownload them?

exquo commented 2 years ago

That's not possible - signal messages are sent to the devices only once. The messages are not stored on their servers (at least after they are delivered to all of the linked devices).

Re. privacy and disk storage, these recent discussions might be relevant: https://github.com/isamert/scli/pull/169 https://github.com/AsamK/signal-cli/discussions/884