This commit is contained in:
2023-06-21 11:43:44 +02:00
parent 00204bb4c0
commit 5a725eb30c
4 changed files with 5 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ use crate::config;
#[derive(Clone)]
pub struct AppState {
pub user_activity_cache: Cache<UserId, bool>,
pub user_activity_cache: Cache<UserId, ()>,
pub user_langs_cache: Cache<UserId, Vec<String>>,
pub chat_donation_notifications_cache: Cache<ChatId, ()>,
}