experiment with trying to find the users name - no joy

This commit is contained in:
geeksville 2020-02-10 20:17:42 -08:00
parent d899969aed
commit eaa5af8fec
5 changed files with 96 additions and 11 deletions

View file

@ -506,7 +506,7 @@ class MeshService : Service(), Logging {
override fun setOwner(myId: String, longName: String, shortName: String) =
toRemoteExceptions {
error("TODO setOwner $myId : $longName : $shortName")
debug("TetOwner $myId : $longName : $shortName")
val user = MeshProtos.User.newBuilder().also {
it.id = myId