Open mdosch opened 11 months ago
@mdosch did the above mentioned PR fix this enough?
I'll try to check this weekend.
On 21.03.2024 04:59, Michael Vetter wrote:
@mdosch did the above mentioned PR fix this enough?
-- Reply to this email directly or view it on GitHub: https://github.com/profanity-im/profanity/issues/1939#issuecomment-2012082954 You are receiving this because you were mentioned.
Message ID: @.***>
Just now I wanted to save a OMEMO file under a certain name:
/url save REDACTED ~/Documents/bla.pdf
Profanity showed Saved to '/tmp/profanity.O0SCL2'
but I found the
document under
~/Documents/bla.pdf/$randomnamechosenbyconversations.pdf
.
On 21.03.2024 04:59, Michael Vetter wrote:
@mdosch did the above mentioned PR fix this enough?
-- Reply to this email directly or view it on GitHub: https://github.com/profanity-im/profanity/issues/1939#issuecomment-2012082954 You are receiving this because you were mentioned.
Message ID: @.***>
When downloading a file in an OMEMO chat by typing
/url save <tab> /tmp
which expands to e.g./url save https://files.mdosch.de/upload/ZJZ9Fjkr6zKwlDeOp0gd7HLS/test.txt /tmp/
profanity shows:But the file is at
/tmp/FQAhbVXpSV62ZTmm2e26RA.txt
(like I expected) and not at/tmp/profanity.4WRQF2
.When doing the same in an unencrypted (no e2ee) chat there is no
Downloading…
message at all but the file is downloaded.Expected Behavior
In an OMEMO chat profanity should show the real location of the file in the status message. In a no-e2ee chat I would expect profanity to also show the message about downloading the file.
Environment