From 36168951904ca14334c922ce1f0767ffd13cbc9f Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Sat, 4 Mar 2023 00:25:39 +0200 Subject: [PATCH] Add chatId to external API --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index 1e6d8587e..fa36885c2 100644 --- a/public/index.html +++ b/public/index.html @@ -4395,6 +4395,7 @@ name2: name2, characterId: this_chid, groupId: selected_group, + chatId: (this_chid && characters[this_chid].chat), onlineStatus: online_status, addOneMessage: addOneMessage, generate: Generate,