mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 08:11:24 +01:00
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:
parent
7b4acd214c
commit
f9b2836405
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ pub(crate) async fn sync_events_v5_route(
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(Ra(sync_events::v5::Response {
|
Ok(Ra(sync_events::v5::Response {
|
||||||
txn_id: body.txn_id.clone(),
|
txn_id: None,
|
||||||
pos: next_batch.to_string(),
|
pos: next_batch.to_string(),
|
||||||
lists,
|
lists,
|
||||||
rooms,
|
rooms,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue