connector/client: fix IsLoggedIn check
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
@@ -15,7 +15,7 @@ require (
|
||||
go.uber.org/zap v1.27.0
|
||||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
|
||||
golang.org/x/net v0.30.0
|
||||
maunium.net/go/mautrix v0.21.2-0.20241028194614-48aa04889cd6
|
||||
maunium.net/go/mautrix v0.21.2-0.20241104170005-fff009b5fac4
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -42,7 +42,7 @@ require (
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
github.com/tidwall/sjson v1.2.5 // indirect
|
||||
github.com/yuin/goldmark v1.7.7 // indirect
|
||||
github.com/yuin/goldmark v1.7.8 // indirect
|
||||
go.mau.fi/zeroconfig v0.1.3 // indirect
|
||||
go.opentelemetry.io/otel v1.30.0 // indirect
|
||||
go.opentelemetry.io/otel/trace v1.30.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user