mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Animate regen (again) + placeholder for group regen
This commit is contained in:
@@ -45,6 +45,7 @@ export {
|
||||
getGroupAvatar,
|
||||
getGroups,
|
||||
printGroups,
|
||||
regenerateGroup,
|
||||
resetSelectedGroup,
|
||||
select_group_chats,
|
||||
}
|
||||
@@ -70,6 +71,10 @@ async function _save(group) {
|
||||
|
||||
|
||||
// Group chats
|
||||
async function regenerateGroup() {
|
||||
// placeholder
|
||||
}
|
||||
|
||||
async function getGroupChat(id) {
|
||||
const response = await fetch("/getgroupchat", {
|
||||
method: "POST",
|
||||
|
Reference in New Issue
Block a user