mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-09 00:18:56 +01:00
The `canFilter()` implementation could crash if `server` (marked `lateinit`) hadn't been initialised at the point of use. Fix this by removing it and adjusting the two callers to use the `filters` flow and take appropriate action on error.