Rename expression sync to thought-based expression portraits and clean up compatibility solutions

This commit is contained in:
Tremendoussly
2026-03-15 22:18:25 +01:00
parent c79c941871
commit 1a11699522
14 changed files with 201 additions and 218 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ import {
$infoBoxContainer,
$thoughtsContainer,
$userStatsContainer,
clearSyncedExpressionPortraits,
clearThoughtBasedExpressionPortraits,
setPendingDiceRoll,
getPendingDiceRoll,
clearSessionAvatarPrompts
@@ -371,7 +371,7 @@ export function setupSettingsPopup() {
// Clear session avatar prompts
clearSessionAvatarPrompts();
clearSyncedExpressionPortraits();
clearThoughtBasedExpressionPortraits();
// Clear chat metadata immediately (don't wait for debounced save)
const context = getContext();