Fix zooid sync

This commit is contained in:
Jon Staab
2026-03-31 11:40:22 -07:00
parent 8018950ba9
commit d1209c635b
6 changed files with 42 additions and 13 deletions
+1 -1
View File
@@ -28,6 +28,6 @@ Iterates over `repo.list_activity` since last run and does the following:
## `async fn sync_relay(&self, relay: &Relay, is_new: bool)`
- If `is_new`, sends `POST /relay` to create the relay in zooid.
- If `is_new`, sends `POST /relay/:id` to create the relay in zooid.
- Otherwise, sends `PUT /relay/:id` to update it.
- Passes full relay configuration in the body including host, schema, secret, inactive flag, info, policy, groups, management, blossom, livekit, push, and roles.