From 180f936bc4d99abb90738f830b333bbbfddb0db2 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Wed, 23 Sep 2020 00:26:36 +0300 Subject: [PATCH] Update config jsdoc --- src/data/cfg.jsdoc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/cfg.jsdoc.js b/src/data/cfg.jsdoc.js index 200971a..d04ea58 100644 --- a/src/data/cfg.jsdoc.js +++ b/src/data/cfg.jsdoc.js @@ -21,6 +21,7 @@ * @property {boolean} [alwaysReply=false] * @property {boolean} [alwaysReplyAnon=false] * @property {boolean} [useNicknames=false] + * @property {boolean} [anonymizeChannelName=false] * @property {boolean} [ignoreAccidentalThreads=false] * @property {boolean} [threadTimestamps=false] * @property {boolean} [allowMove=false] @@ -46,6 +47,7 @@ * @property {string} [attachmentStorageChannelId] * @property {*} [categoryAutomation={}] * @property {boolean} [updateNotifications=true] + * @property {boolean} [updateNotificationsForBetaVersions=false] * @property {array} [plugins=[]] * @property {*} [commandAliases] * @property {boolean} [reactOnSeen=false]