mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix the Meshtastic FFFFFF display bug in the message list
This commit is contained in:
parent
6198691d01
commit
d937e7cc71
1 changed files with 1 additions and 1 deletions
|
|
@ -912,7 +912,7 @@ func textMessageAppPacket(
|
|||
}
|
||||
} else {
|
||||
/// Make a new from user if they are unknown
|
||||
newMessage.fromUser = createUser(num: Int64(truncatingIfNeeded: packet.to), context: context)
|
||||
newMessage.fromUser = createUser(num: Int64(truncatingIfNeeded: packet.from), context: context)
|
||||
}
|
||||
if packet.rxTime > 0 {
|
||||
newMessage.fromUser?.userNode?.lastHeard = Date(timeIntervalSince1970: TimeInterval(Int64(packet.rxTime)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue