Skip to main content

handle_changes

Function handle_changes 

Source
pub async fn handle_changes<O: JmapObject, B: JmapBackend>(
    backend: &B,
    args: Value,
) -> Result<(Value, Vec<Invocation>), JmapError>
Expand description

Generic */changes handler (RFC 8620 §5.2).

Returns the standard changes response including updatedProperties: null (the server does not track which individual properties changed).