From 912525fdd9c546b57a1b818fa56744d999b2fa3e Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:13:01 +0300 Subject: [PATCH] Add missing import --- public/scripts/group-chats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/group-chats.js b/public/scripts/group-chats.js index aebf565f6..237cd4021 100644 --- a/public/scripts/group-chats.js +++ b/public/scripts/group-chats.js @@ -70,12 +70,12 @@ import { animation_duration, depth_prompt_role_default, shouldAutoContinue, - this_chid, } from '../script.js'; import { printTagList, createTagMapFromList, applyTagsOnCharacterSelect, tag_map, applyTagsOnGroupSelect } from './tags.js'; import { FILTER_TYPES, FilterHelper } from './filters.js'; import { isExternalMediaAllowed } from './chats.js'; import { POPUP_TYPE, Popup, callGenericPopup } from './popup.js'; +import { t } from './i18n.js'; export { selected_group,