From 5afb82a7b458f10920064aa7995101f2136e9efc Mon Sep 17 00:00:00 2001 From: antifallobst Date: Fri, 23 Jun 2023 06:06:49 +0200 Subject: [PATCH] fix (app): fixed something, that somehow didn't merge right --- src/app/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/mod.rs b/src/app/mod.rs index b00c70a..83feec2 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -32,7 +32,7 @@ impl App { }; Self { - accounts_manager: AccountManager::new(), + accounts_manager: AccountsManager::new(config), client: None, current_room_id: 0, rooms: Vec::new(),