push: implement ConnectBackground (#88)

* push: implement ConnectBackground

* push: disable background resync by default
This commit is contained in:
Tulir Asokan
2025-01-29 15:35:54 +02:00
committed by GitHub
parent 823eda7589
commit 4b08ab6ac0
3 changed files with 271 additions and 8 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ module go.mau.fi/mautrix-telegram
go 1.22.0
toolchain go1.23.4
toolchain go1.23.5
require (
github.com/gorilla/mux v1.8.0
@@ -16,7 +16,7 @@ require (
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
golang.org/x/net v0.34.0
maunium.net/go/mautrix v0.23.1-0.20250122131841-524379bdb327
maunium.net/go/mautrix v0.23.1-0.20250124160541-873d34ff5db7
)
require (