Skip to content
Snippets Groups Projects
Commit 6fa7be40 authored by Midhun Suresh's avatar Midhun Suresh
Browse files

Add explaining comments to config type

parent b5920321
No related branches found
No related tags found
No related merge requests found
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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment