Merge branch 'staging' into tool-calling

fcadd62e8c9035f637906e2a5ccf3cd3183f8248

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/group-chats.js+1 -1
@@ -70,12 +70,12 @@ import {
7070 animation_duration,
7171 depth_prompt_role_default,
7272 shouldAutoContinue,
73- this_chid,
7473} from '../script.js';
7574import { printTagList, createTagMapFromList, applyTagsOnCharacterSelect, tag_map, applyTagsOnGroupSelect } from './tags.js';
7675import { FILTER_TYPES, FilterHelper } from './filters.js';
7776import { isExternalMediaAllowed } from './chats.js';
7877import { POPUP_TYPE, Popup, callGenericPopup } from './popup.js';
78+import { t } from './i18n.js';
7979
8080export {
8181 selected_group,