mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: show names with a lock for DMs using PKC
This commit is contained in:
parent
7e1ab62568
commit
2433cbc00a
3 changed files with 9 additions and 3 deletions
|
|
@ -533,7 +533,7 @@ class MeshService : Service(), Logging {
|
|||
dataType = data.portnumValue,
|
||||
bytes = data.payload.toByteArray(),
|
||||
hopLimit = packet.hopLimit,
|
||||
channel = packet.channel,
|
||||
channel = if (packet.pkiEncrypted) DataPacket.PKC_CHANNEL_INDEX else packet.channel,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue