From fcd31d15bd483c7b6505f36c385717d0e891a6cc Mon Sep 17 00:00:00 2001 From: anthrodjear Date: Mon, 4 May 2026 12:48:52 +0300 Subject: [PATCH] fixed the build issue --- pkg/gateway/channel_matrix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/gateway/channel_matrix.go b/pkg/gateway/channel_matrix.go index b6adbe498..0e208539f 100644 --- a/pkg/gateway/channel_matrix.go +++ b/pkg/gateway/channel_matrix.go @@ -1,4 +1,4 @@ -//go:build !mipsle && !netbsd && !(freebsd && arm) && !android +//go:build !mipsle && !netbsd && !(freebsd && arm) && !android && !windows package gateway @@ -16,7 +16,7 @@ import ( // generated 32-bit FreeBSD code (size_t/uint64 and int32/int64 mismatches // in libc_freebsd.go). // - // This means Matrix is currently unavailable on those targets. The proper + // - windows/*: mautrix crypto requires libolm which has no native Windows support. The proper // 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.