forked from blue/squawk
removed Order, resolved a crash on several files being uploaded simultaniuosly
This commit is contained in:
parent
0a530bfa93
commit
be466fbad1
12 changed files with 122 additions and 304 deletions
|
@ -141,14 +141,13 @@ Core::Account::Account(
|
|||
loadingOmemo = true;
|
||||
future.then(this, [this] (bool result) {
|
||||
loadingOmemo = false;
|
||||
if (state == Shared::ConnectionState::scheduled) {
|
||||
if (state == Shared::ConnectionState::scheduled)
|
||||
client.connectToServer(config, presence);
|
||||
}
|
||||
if (result) {
|
||||
|
||||
if (result)
|
||||
qDebug() << "successfully loaded OMEMO data for account" << getName();
|
||||
} else {
|
||||
else
|
||||
qDebug() << "couldn't load OMEMO data for account" << getName();
|
||||
}
|
||||
});
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue