This commit is contained in:
RossAscends
2023-06-28 20:40:31 +09:00
4 changed files with 13 additions and 4 deletions

View File

@ -21,6 +21,7 @@ import {
import { favsToHotswap, isMobile, initMovingUI } from "./RossAscends-mods.js";
import {
groups,
resetSelectedGroup,
selected_group,
} from "./group-chats.js";
@ -1002,6 +1003,7 @@ function doNewChat() {
}
function doRandomChat() {
resetSelectedGroup();
setCharacterId(Math.floor(Math.random() * characters.length));
setTimeout(() => {
replaceCurrentChat();