fix (app): fixed something, that somehow didn't merge right

This commit is contained in:
antifallobst 2023-06-23 06:06:49 +02:00
parent e17a96d34d
commit 5afb82a7b4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ impl App {
}; };
Self { Self {
accounts_manager: AccountManager::new(), accounts_manager: AccountsManager::new(config),
client: None, client: None,
current_room_id: 0, current_room_id: 0,
rooms: Vec::new(), rooms: Vec::new(),