fix: Update ignored status in nodeDB on toggle (#3638)

This commit is contained in:
James Rich 2025-11-07 10:34:43 -06:00 committed by GitHub
parent 3fa0007df1
commit 86e4d1b1da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1968,6 +1968,7 @@ class MeshService : Service() {
}
},
)
updateNodeInfo(node.num) { it.isIgnored = !node.isIgnored }
}
private fun sendReaction(reaction: ServiceAction.Reaction) = toRemoteExceptions {