Module Cephalopod_models.Com_Atproto_Sync_NotifyOfUpdate

lexicon "com.atproto.sync.notifyOfUpdate"

def main

type main_input = {
  1. hostname : string;
    (*

    Hostname of the current service (usually a PDS) that is notifying of update.

    *)
}
val show_main_input : main_input -> Ppx_deriving_runtime.string
val main_input_to_value : main_input -> Cephalopod_dasl.Value.t
val main : (unit, main_input, unit, unit) Base.procedure

Notify a crawling service of a recent update, and that crawling should resume. Intended use is after a gap between repo stream events caused the crawling service to disconnect. Does not require auth; implemented by Relay. DEPRECATED: just use com.atproto.sync.requestCrawl