Animate regen (again) + placeholder for group regen

This commit is contained in:
SillyLossy
2023-03-18 19:56:58 +02:00
parent 932d2509e1
commit 0fe838223f
2 changed files with 17 additions and 5 deletions

View File

@@ -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",