From 8e187b5b906df074e8580fd12f5d903e831c8d2f Mon Sep 17 00:00:00 2001 From: Midhun Suresh <midhunr@element.io> Date: Thu, 30 Dec 2021 16:30:15 +0530 Subject: [PATCH] Configuration change room-id should be the actual internal room-id and not an alias --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index c090f1f..1ce3069 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,4 @@ { "homeserver": "http://localhost:8008", - "auto_join_room": "!nXJtsUatHBGyIYfyYw:matrix.org" + "auto_join_room": "!KiuRShFqxJLSoshNKa:localhost:8008" } \ No newline at end of file -- GitLab