feat: add read-only resource and route discovery
This commit is contained in:
@@ -177,6 +177,7 @@ class ArchiveClientDaemon:
|
||||
elif probe.service == "syncthing":
|
||||
request.capabilities.syncthing_version = probe.version
|
||||
request.capabilities.syncthing_device_id = probe.device_id
|
||||
request.capabilities.routes.extend(probe.routes)
|
||||
for root_name, probe in zip(
|
||||
("qbittorrent", "syncthing"), self.probes, strict=True
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user