mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Properly skip device, if it has no keys
This commit is contained in:
parent
db961204c8
commit
1a83a982fc
1 changed files with 1 additions and 0 deletions
|
@ -965,6 +965,7 @@ send_encrypted_to_device_messages(const std::map<std::string, std::vector<std::s
|
||||||
!d.keys.count("ed25519:" + device)) {
|
!d.keys.count("ed25519:" + device)) {
|
||||||
nhlog::crypto()->warn("Skipping device {} since it has no keys!",
|
nhlog::crypto()->warn("Skipping device {} since it has no keys!",
|
||||||
device);
|
device);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto session =
|
auto session =
|
||||||
|
|
Loading…
Reference in a new issue