mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Explicitly set unmessagable, seems unnessary
This commit is contained in:
parent
ad25342d88
commit
6705a184b4
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ public func createUser(num: Int64, context: NSManagedObjectContext) throws -> Us
|
|||
newUser.longName = "Meshtastic \(last4)"
|
||||
newUser.shortName = last4
|
||||
newUser.hwModel = "UNSET"
|
||||
newUser.unmessagable = false
|
||||
}
|
||||
|
||||
return newUser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue