Skip to main content

mark_cursor_pds_created

Function mark_cursor_pds_created 

Source
pub async fn mark_cursor_pds_created(
    pool: &SqlitePool,
    did: &str,
    feed_url: &str,
) -> Result<()>
Expand description

Mark a cursor’s PDS readState record as CREATED after the flush that first created it, so subsequent flushes emit an update instead of another create. Idempotent; a no-op if the row is gone.