From 6fa7be4096371af6baa8c5dc814aee1f32b3d1c7 Mon Sep 17 00:00:00 2001
From: Midhun Suresh <midhunr@element.io>
Date: Mon, 7 Feb 2022 13:24:04 +0530
Subject: [PATCH] Add explaining comments to config type

---
 src/types/IChatterboxConfig.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/types/IChatterboxConfig.ts b/src/types/IChatterboxConfig.ts
index bf0bd8e..77e7d4e 100644
--- a/src/types/IChatterboxConfig.ts
+++ b/src/types/IChatterboxConfig.ts
@@ -1,5 +1,7 @@
 export interface IChatterboxConfig {
 	homeserver: string;
+    // internal room-id of the room to which chatterbox should join
 	auto_join_room: string;
+    // string that is to be prepended to the generated random usernames
     username_prefix: string;
 }
-- 
GitLab