mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix plumbing of critical bool for textMessagePacket notification
This commit is contained in:
parent
79c912322a
commit
53ec91a771
1 changed files with 2 additions and 1 deletions
|
|
@ -954,7 +954,8 @@ func textMessageAppPacket(
|
|||
path: "meshtastic:///messages?userNum=\(newMessage.fromUser?.num ?? 0)&messageId=\(newMessage.messageId)",
|
||||
messageId: newMessage.messageId,
|
||||
channel: newMessage.channel,
|
||||
userNum: Int64(packet.from)
|
||||
userNum: Int64(packet.from),
|
||||
critical: critical
|
||||
)
|
||||
]
|
||||
manager.schedule()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue