Refresh settings page in realtime
This commit is contained in:
@@ -9630,7 +9630,7 @@ export async function updateUserSettings(settings: Partial<UserSettings>) {
|
||||
};
|
||||
return state.user.settings;
|
||||
});
|
||||
publishBossEvent("conversation.updated", { deviceId: PRIMARY_CODEX_NODE_ID });
|
||||
publishBossEvent("settings.updated");
|
||||
return nextSettings;
|
||||
}
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ export type BossEventName =
|
||||
| "ai_accounts.updated"
|
||||
| "devices.updated"
|
||||
| "devices.skills.updated"
|
||||
| "settings.updated"
|
||||
| "storage.updated"
|
||||
| "ota.updated";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user