From b46145f0b682aa093cf81786069179572d7ffe19 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 17 Aug 2024 13:30:12 +0300 Subject: [PATCH] Use default build for meta --- cmd/bbctl/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bbctl/run.go b/cmd/bbctl/run.go index d9326cb..fb92648 100644 --- a/cmd/bbctl/run.go +++ b/cmd/bbctl/run.go @@ -321,7 +321,7 @@ func runBridge(ctx *cli.Context) error { binaryName := fmt.Sprintf("mautrix-%s", cfg.BridgeType) ciV2 := false switch cfg.BridgeType { - case "meta": + case "": ciV2 = true } if cfg.BridgeType == "imessagego" {