Skip to content

Commit

Permalink
Merge branch 'trello/chatbot-dom' into 'master'
Browse files Browse the repository at this point in the history
fix: add hide module support

See merge request kchat/webapp!809
  • Loading branch information
antonbuks committed Jul 25, 2024
2 parents 080197e + 8b74bea commit f167aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/channels/src/actions/views/root.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import type {Translations} from 'types/store/i18n';

const pluginTranslationSources: Record<string, TranslationPluginFunction> = {};

(window as any).HIDE_MODULE_SUPPORT = true;

export type TranslationPluginFunction = (locale: string) => Translations

export function loadConfigAndMe(): ActionFuncAsync<boolean> {
Expand Down

0 comments on commit f167aa3

Please sign in to comment.