ulyssa / iamb

A Matrix client for Vim addicts
https://iamb.chat
Apache License 2.0
608 stars 45 forks source link

Display file sizes for attachments #278

Closed Lugrim closed 4 months ago

Lugrim commented 5 months ago

Hi, first PR to take a look at the code base of this project (and a bit more at matrix internals).

It displays the attachment file size by appending it in the displayed messages. For example, it would show [Attached Image: Alt Text (12.34 kB)] or [Attached Image: Alt Text] if the size field is not present in the message information.

Adds the humansize crate to Cargo.toml.

Intends to fix #97

ulyssa commented 4 months ago

This looks great! Thank you for adding more tests, too! :pray: