From 3f62287bc7052d81778a6c8b3a0b5682c18c4f62 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 8 Sep 2023 00:24:58 +0200 Subject: room watches --- client-web/source/preferences/decl.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client-web/source/preferences/decl.ts') diff --git a/client-web/source/preferences/decl.ts b/client-web/source/preferences/decl.ts index 40dfcd6..5f2d8a2 100644 --- a/client-web/source/preferences/decl.ts +++ b/client-web/source/preferences/decl.ts @@ -42,5 +42,6 @@ export const PREF_DECLS = { notify_join: { type: bool, default: true, description: "Send notifications when users join" }, notify_leave: { type: bool, default: true, description: "Send notifications when users leave" }, - enable_onbeforeunload: { type: bool, default: true, description: "Prompt for confirmation when leaving the site while local resources are active" } + enable_onbeforeunload: { type: bool, default: true, description: "Prompt for confirmation when leaving the site while local resources are active" }, + room_watches: { type: string, default: "Public=public", description: "Known rooms (as semicolon seperated list of name=secret pairs)" } } -- cgit v1.2.3-70-g09d2