mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: node search by keeping denormalized name columns up to date and backfilling existing nodes (#3839)
This commit is contained in:
parent
ef9c0dc844
commit
1c0dc486e2
5 changed files with 44 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ constructor(
|
|||
)
|
||||
.map { list ->
|
||||
list
|
||||
.filter { it.isIgnored == filter.showIgnored }
|
||||
.filter { filter.showIgnored || !it.isIgnored }
|
||||
.filter { node ->
|
||||
if (filter.excludeInfrastructure) {
|
||||
val role = node.user.role
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue