mirror of
https://github.com/MeexReay/sRAC.git
synced 2025-09-16 15:14:26 +03:00
megacommit
This commit is contained in:
parent
652478d6b8
commit
7843be1906
@ -71,9 +71,9 @@ impl Context {
|
||||
accounts_file: accounts_file.clone(),
|
||||
messages: RwLock::new(load_messages(messages_file.clone())),
|
||||
accounts: RwLock::new(load_accounts(accounts_file.clone())),
|
||||
timeouts: RwLock::new(HashMap::new()),
|
||||
messages_offset: AtomicU64::default(),
|
||||
notifications: RwLock::new(HashMap::new()),
|
||||
timeouts: RwLock::new(HashMap::new()),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user