feat: reintroduce message link embeds

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-12-04 08:22:38 -05:00
parent 604a81fb44
commit 640409f2e2
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
6 changed files with 160 additions and 94 deletions

View file

@ -25,6 +25,7 @@ once_cell = "1.18.0"
rand = "0.8.5"
redis = { version = "0.23.3", features = ["tokio-comp", "tokio-rustls-comp"] }
redis-macros = "0.2.1"
regex = "1.10.2"
reqwest = { version = "0.11.22", default-features = false, features = [
"rustls-tls",
"json",