Only call /sync when retrying initial sync (#422)
This commit is contained in:
parent
183975be1a
commit
ee2ba93ec4
3 changed files with 24 additions and 18 deletions
|
|
@ -124,8 +124,6 @@ utils::getMessageDescription(const TimelineEvent &event,
|
|||
info.datetime = ts;
|
||||
|
||||
return info;
|
||||
} else {
|
||||
std::cout << "type not found: " << serialize_event(event).dump(2) << '\n';
|
||||
}
|
||||
|
||||
return DescInfo{};
|
||||
|
|
@ -277,4 +275,4 @@ utils::humanReadableFingerprint(const QString &ed25519)
|
|||
fingerprintList << ed25519.mid(i, 4);
|
||||
}
|
||||
return fingerprintList.join(" ");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue