iamb/src/windows
Benjamin Große 8eef8787cc
fix: attachment download flags + exists check (#34)
Fix files never downloading (unless it has been downloaded in the past
and using `!` force flag).

The logic should be:

* If file does not exist, or `!` force flag used, then download it
* Else if neither `!` or `:open` flag used, then error out

and then return downloaded-message or open-and-message.

I.e. `:open` should still open the file if it has already been
downloaded. Otherwise the only way to open it is to use `!` and
re-download it.
2023-02-09 22:31:01 -08:00
..
room fix: attachment download flags + exists check (#34) 2023-02-09 22:31:01 -08:00
mod.rs Fix newer Clippy warnings for 1.67.0 (#33) 2023-01-30 13:51:32 -08:00
welcome.md Support listing room members (#6) 2023-01-04 12:51:33 -08:00
welcome.rs Support sending and displaying typing notifications (#9) 2023-01-03 13:57:28 -08:00