Skip to content

Commit

Permalink
Fix bug with template characters
Browse files Browse the repository at this point in the history
  • Loading branch information
josephrocca authored Nov 12, 2023
1 parent 3e750ab commit 5a4c92f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2595,6 +2595,8 @@ <h2 style="text-align:center;margin-bottom: 0.5rem;">Your Characters</h2>
let folderPath = $.chatThreads.dataset.currentFolderPath;
const thread = await addThread({name:defaultThreadName, characterId, folderPath});

await renderThreadList();

const character = await db.characters.get(characterId);
let userCharacter = await getUserCharacterObj(thread.id);

Expand Down

0 comments on commit 5a4c92f

Please sign in to comment.