matrix: remove crypto dep in main file
This commit is contained in:
@@ -8,6 +8,8 @@ import (
|
||||
"maunium.net/go/mautrix/id"
|
||||
)
|
||||
|
||||
type Crypto struct{}
|
||||
|
||||
func MatrixE2EE() bool { return false }
|
||||
|
||||
func InitMatrixCrypto(d *MatrixDaemon) (err error) {
|
||||
|
||||
Reference in New Issue
Block a user