SSS: don't set txn_id

The field got dropped on the transition from MSC3575 to MSC4186, and
including it anyway confuses matrix-rust-sdk into trying to use the
(also removed) "sticky" parameters.
This commit is contained in:
Lambda 2025-05-29 20:02:54 +00:00
parent 7b4acd214c
commit f9b2836405

View file

@ -615,7 +615,7 @@ pub(crate) async fn sync_events_v5_route(
}
Ok(Ra(sync_events::v5::Response {
txn_id: body.txn_id.clone(),
txn_id: None,
pos: next_batch.to_string(),
lists,
rooms,