From 0cbedd5c7cbb17f152c288089ce110fd28839860 Mon Sep 17 00:00:00 2001 From: ddshuai Date: Wed, 8 Apr 2026 21:00:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/gateway/channel_matrix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gateway/channel_matrix.go b/pkg/gateway/channel_matrix.go index a46addae1..8fd95f6c8 100644 --- a/pkg/gateway/channel_matrix.go +++ b/pkg/gateway/channel_matrix.go @@ -20,5 +20,5 @@ import ( // long-term fix is to split Matrix basic support from its E2EE/sqlite-backed // crypto path, or to upgrade/replace the upstream sqlite dependency once the // affected targets are supported. - _ "github.com/sipeed/picoclaw/pkg/channels/matrix" + //_ "github.com/sipeed/picoclaw/pkg/channels/matrix" )