experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(tauri): remove stale sync_source field from sync pull

-1
-1
backend/tauri/src-tauri/src/sync.rs
··· 518 518 .as_ref() 519 519 .map(|m| serde_json::to_string(m).unwrap_or_else(|_| "{}".to_string())), 520 520 sync_id: Some(server_item.id.clone()), 521 - sync_source: Some("server".to_string()), 522 521 ..Default::default() 523 522 }; 524 523