Reworked telegram notifications
Build and Publish / Build and Publish Docker Image (push) Successful in 1m50s

This commit is contained in:
ab
2026-05-15 15:28:19 +03:00
parent 3bf62c80d5
commit 85512ab48b
10 changed files with 132 additions and 24 deletions
+2
View File
@@ -179,6 +179,8 @@ pub struct User {
pub login: String,
pub password_hash: String,
pub display_name: Option<String>,
pub telegram_chat_id: Option<String>,
pub telegram_notifications: Option<bool>,
/// active | archived
pub status: String,
pub created_at: chrono::NaiveDateTime,