mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
turn on key match warning on receipt of a pki failed error
This commit is contained in:
parent
761f73da77
commit
b3301bac7a
2 changed files with 4 additions and 1 deletions
|
|
@ -628,6 +628,9 @@ func routingPacket (packet: MeshPacket, connectedNodeNum: Int64, context: NSMana
|
|||
}
|
||||
}
|
||||
fetchedMessage[0].ackError = Int32(routingMessage.errorReason.rawValue)
|
||||
if routingError == RoutingError.pkiFailed {
|
||||
fetchedMessage[0].toUser?.keyMatch = false
|
||||
}
|
||||
|
||||
if routingMessage.errorReason == Routing.Error.none {
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 8b5b2faf662b364754809f923271022f4f1492ed
|
||||
Subproject commit 3e753697aa1140d2c998cb63739729e733002874
|
||||
Loading…
Add table
Add a link
Reference in a new issue