remove: atto.active_connections:chats

This commit is contained in:
trisua 2025-09-08 22:45:15 -04:00
parent 6e4fd3da36
commit 7983b460e5
3 changed files with 1 additions and 22 deletions

View file

@ -52,10 +52,6 @@ impl DataManager {
.1
.set("atto.active_connections:users".to_string(), "0".to_string())
.await;
self.0
.1
.set("atto.active_connections:chats".to_string(), "0".to_string())
.await;
self.2.init().await.expect("failed to init buckets manager");
Ok(())