mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 15:22:12 +03:00
Follow-up to #3204: deleting a synced (fetched) model removed it from the synced set, but the DELETE route didn't mark it hidden and the re-import path didn't skip hidden ids, so the next auto-fetch re-added it. Now the route marks the id hidden on delete and replaceSyncedAvailableModelsForConnection filters hidden ids, so the deletion sticks. Co-authored-by: tjengbudi <tjengbudi@users.noreply.github.com>