From 09ba87b83e3fdb9ea08b165c5adff7852a080b24 Mon Sep 17 00:00:00 2001 From: Christian Paul <info@jaller.de> Date: Tue, 1 Dec 2020 10:44:04 +0100 Subject: [PATCH] Add bridge.port to the config schema --- config/config.schema.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.schema.yaml b/config/config.schema.yaml index ea46af9..3942747 100644 --- a/config/config.schema.yaml +++ b/config/config.schema.yaml @@ -10,6 +10,8 @@ properties: type: "string" homeserverUrl: type: "string" + port: + type: "number" presenceInterval: type: "number" disablePresence: -- GitLab