fix (app): fixed something, that somehow didn't merge right
This commit is contained in:
parent
e17a96d34d
commit
5afb82a7b4
|
@ -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(),
|
||||
|
|
Reference in New Issue