Fix offline mode and local DB initialization
This commit is contained in:
@@ -223,6 +223,7 @@ public class Client implements Closeable {
|
||||
checkOnline();
|
||||
Map<String, Contact> users = new HashMap<>();
|
||||
contacts.forEach(u -> users.put(u.getName(), u));
|
||||
users.put(sender.getName(), sender);
|
||||
return users;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user