forked from Silverfish/proton-bridge
Other: Switch to faster message IDs route
The new API route lets us query exactly which message IDs a user has, allowing us to begin syncing much faster than before.
This commit is contained in:
2
go.mod
2
go.mod
@ -39,7 +39,7 @@ require (
|
||||
github.com/stretchr/testify v1.8.0
|
||||
github.com/urfave/cli/v2 v2.20.3
|
||||
github.com/vmihailenco/msgpack/v5 v5.3.5
|
||||
gitlab.protontech.ch/go/liteapi v0.38.0
|
||||
gitlab.protontech.ch/go/liteapi v0.38.1-0.20221101102120-060b4bbab844
|
||||
go.uber.org/goleak v1.2.0
|
||||
golang.org/x/exp v0.0.0-20221023144134-a1e5550cf13e
|
||||
golang.org/x/net v0.1.0
|
||||
|
||||
Reference in New Issue
Block a user