matrix: remove crypto dep in main file

This commit is contained in:
Harvey Tindall
2021-07-16 17:11:17 +01:00
parent 1336a87ae2
commit f04411e137
3 changed files with 26 additions and 18 deletions
+2
View File
@@ -8,6 +8,8 @@ import (
"maunium.net/go/mautrix/id"
)
type Crypto struct{}
func MatrixE2EE() bool { return false }
func InitMatrixCrypto(d *MatrixDaemon) (err error) {