Add initial MSC4186 (Simplified Sliding Sync) implementation

Signed-off-by: morguldir <morguldir@protonmail.com>
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
morguldir
2025-01-03 08:32:54 +01:00
parent be16f84410
commit 6cb3275be0
7 changed files with 1214 additions and 93 deletions

View File

@@ -155,6 +155,7 @@ where
}
let content = ReceiptEventContent::from_iter(json);
conduwuit::trace!(?content);
Raw::from_json(
serde_json::value::to_raw_value(&SyncEphemeralRoomEvent { content })
.expect("received valid json"),