mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
v0.2.0rc1
This commit is contained in:
parent
1380a71f80
commit
2926c3b3e2
@ -7,6 +7,11 @@ v3 sync is a strict subset of v2 sync.
|
||||
|
||||
An implementation of [MSC3575](https://github.com/matrix-org/matrix-doc/blob/kegan/sync-v3/proposals/3575-sync.md).
|
||||
|
||||
Proxy version to MSC API specification:
|
||||
|
||||
- Version 0.1.x: [2022/04/01](https://github.com/matrix-org/matrix-spec-proposals/blob/615e8f5a7bfe4da813bc2db661ed0bd00bccac20/proposals/3575-sync.md)
|
||||
- Version 0.2.x: [2022/05/24](https://github.com/matrix-org/matrix-spec-proposals/blob/bea7323c0b03dbd46600ce8fe01218d55f0de083/proposals/3575-sync.md)
|
||||
|
||||
## Usage
|
||||
|
||||
Requires Postgres 13+.
|
||||
|
@ -15,7 +15,7 @@ import (
|
||||
|
||||
var GitCommit string
|
||||
|
||||
const version = "0.1.4"
|
||||
const version = "0.2.0rc1"
|
||||
|
||||
var (
|
||||
flagDestinationServer = flag.String("server", "", "The destination v2 matrix server")
|
||||
|
Loading…
x
Reference in New Issue
Block a user