Function clear_sync_statuses

Source
pub async fn clear_sync_statuses(
    conn: &mut PgConnection,
    page_ids: &[Uuid],
) -> ModelResult<()>
Expand description

Clears sync statuses for the given page IDs. This is used when pages become hidden to ensure they’ll be re-synced if unhidden.