Recognise URLs in plain text message bodies (#476)

This commit is contained in:
vaw 2025-07-23 00:05:23 +00:00 committed by GitHub
parent 34d3b844af
commit ec88f4441e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 29 additions and 6 deletions

View file

@ -64,6 +64,7 @@ unicode-width = "0.1.10"
url = {version = "^2.2.2", features = ["serde"]}
edit = "0.1.4"
humansize = "2.0.0"
linkify = "0.10.0"
[dependencies.comrak]
version = "0.22.0"