Avoid duplicate syncs

This commit is contained in:
Jon Staab
2026-03-31 06:51:47 -07:00
parent e6eda81920
commit 95c971af1a
8 changed files with 65 additions and 35 deletions
+2
View File
@@ -48,6 +48,8 @@ pub struct Relay {
pub blossom_enabled: i64,
pub livekit_enabled: i64,
pub push_enabled: i64,
#[serde(skip_serializing)]
pub synced: i64,
}
#[derive(Debug, Clone, Serialize, Deserialize, sqlx::FromRow)]