More compact layout of right panel

This commit is contained in:
SillyLossy
2023-05-08 16:09:05 +03:00
parent 7d181fd2e8
commit 977bfbf4f5
5 changed files with 20 additions and 18 deletions

View File

@ -171,7 +171,7 @@ async function convertSoloToGroupChat() {
const character = characters[this_chid];
// Populate group required fields
const name = getUniqueName(`Chat with ${character.name}`, y => groups.findIndex(x => x.name === y) !== -1);
const name = getUniqueName(`Group: ${character.name}`, y => groups.findIndex(x => x.name === y) !== -1);
const avatar = getThumbnailUrl('avatar', character.avatar);
const chatName = humanizedDateTime();
const chats = [chatName];