fix: Ensure handleReceivedUser is called when adding contacts (#1886)

This commit is contained in:
James Rich 2025-05-20 22:34:52 -05:00 committed by GitHub
parent f6e75e970b
commit e1c1cef79b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1883,6 +1883,10 @@ class MeshService : Service(), Logging {
addContact = contact
}
)
handleReceivedUser(
contact.nodeNum,
contact.user
)
}
private fun getDeviceMetadata(destNum: Int) = toRemoteExceptions {