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:
parent
be16f84410
commit
6cb3275be0
7 changed files with 1214 additions and 93 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue