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" )