fix: add back hwModel to setOwner

master
andrekir 2023-03-28 22:31:36 -03:00
rodzic c8569bdd13
commit da1988bbf9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1527,6 +1527,7 @@ class MeshService : Service(), Logging {
val user = MeshProtos.User.newBuilder().also {
it.longName = longName
it.shortName = shortName
it.hwModel = hwModel
it.isLicensed = isLicensed
}.build()