admin: add build tags to "About"
build tags like e2ee and external are now included in the about page.
This commit is contained in:
@@ -16,6 +16,10 @@ type Crypto struct {
|
||||
helper *cryptohelper.CryptoHelper
|
||||
}
|
||||
|
||||
func BuildTagsE2EE() {
|
||||
buildTags = append(buildTags, "e2ee")
|
||||
}
|
||||
|
||||
func MatrixE2EE() bool { return true }
|
||||
|
||||
func InitMatrixCrypto(d *MatrixDaemon) error {
|
||||
|
||||
Reference in New Issue
Block a user