mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 16:21:24 +01:00
Remove support for MSC3575 (sliding sync)
Co-authored-by: Olivia Lee <olivia@computer.surgery>
This commit is contained in:
parent
98222b38c2
commit
d87848b9a6
9 changed files with 8 additions and 954 deletions
|
|
@ -151,9 +151,6 @@ pub(crate) struct ServerServerDiscovery {
|
|||
pub(crate) struct ClientServerDiscovery {
|
||||
/// The base URL to make client-server API requests to
|
||||
pub(crate) base_url: Url,
|
||||
|
||||
#[serde(default, rename = "advertise_buggy_sliding_sync")]
|
||||
pub(crate) advertise_sliding_sync: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue