From fd2767100d238754436b363e27589be356bec6f2 Mon Sep 17 00:00:00 2001 From: kevkevin Date: Wed, 22 Nov 2023 16:43:43 -0600 Subject: [PATCH] feat: added bounties.sphinx.chat to ModeDispatcher (#989) --- frontend/app/src/config/ModeDispatcher.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/app/src/config/ModeDispatcher.tsx b/frontend/app/src/config/ModeDispatcher.tsx index 7072acfac..16ceb58b1 100644 --- a/frontend/app/src/config/ModeDispatcher.tsx +++ b/frontend/app/src/config/ModeDispatcher.tsx @@ -18,7 +18,8 @@ const hosts: { [k: string]: AppMode } = { 'people.sphinx.chat': AppMode.COMMUNITY, 'people-test.sphinx.chat': AppMode.COMMUNITY, 'community-test.sphinx.chat': AppMode.COMMUNITY, - 'community.sphinx.chat': AppMode.COMMUNITY + 'community.sphinx.chat': AppMode.COMMUNITY, + 'bounties.sphinx.chat': AppMode.COMMUNITY }; function getMode(): AppMode {