mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 08:11:24 +01:00
Grapevine is a Matrix homeserver, forked from Conduit 0.7.0
Before this change we were just returning an empty object for left or invited rooms that don't have any updates. This is valid coloredding to the spec, but it's a nicer to debug if they are omitted it and results in a little less network traffic. For joined rooms, we are already skipping empty updates. With filtering support, it's much more common to have sync responses where many rooms are empty, because all of the state/timeline events may be filtered out. |
||
|---|---|---|
| bin | ||
| nix | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| clippy.toml | ||
| default.nix | ||
| engage.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE.md | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||