add: chat notifications

use sql_chanes/notifications_tag.sql; ignore first statement if you never used a preview commit
This commit is contained in:
trisua 2025-05-03 17:51:36 -04:00
parent a009ef9e34
commit 59cfec4819
22 changed files with 267 additions and 136 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "tetratto"
version = "2.0.0"
version = "2.1.0"
edition = "2024"
[features]
@ -35,5 +35,8 @@ cf-turnstile = "0.2.0"
contrasted = "0.1.2"
futures-util = "0.3.31"
redis = { version = "0.30.0", features = ["aio", "tokio-comp"], optional = true }
redis = { version = "0.30.0", features = [
"aio",
"tokio-comp",
], optional = true }
tower_governor = "0.7.0"