getditto/demoapp-chat

Mesh chooser improvements

Closed this issue · 1 comments

Update to 4.7.2 and use ALTER SYSTEM to set mesh_chooser_avoid_redundant_bluetooth to false for this app

Task { [weak self] in
    do {
        try await ditto.store.execute("ALTER SYSTEM SET mesh_chooser_avoid_redundant_bluetooth = false")
    }
}

As discussed in Slack

Closed by #95 (haven't published to app stores yet)