diff --git a/src/matrix-server-config.html b/src/matrix-server-config.html
index fd7bba7..60db2f7 100644
--- a/src/matrix-server-config.html
+++ b/src/matrix-server-config.html
@@ -36,7 +36,8 @@
name: { value: null },
autoAcceptRoomInvites: { value: true },
enableE2ee: { type: "checkbox", value: true },
- global: { type: "checkbox", value: true }
+ global: { type: "checkbox", value: true },
+ allowUnknownDevices: { type: "checkbox", value: false }
},
icon: "matrix.png",
label: function() {
@@ -130,6 +131,20 @@
let client = global.get("matrixClient['@bot:example.com']");
+
+