adding poi for new multilingual support & add news for the new feature

This commit is contained in:
orangecoding
2026-06-04 10:50:45 +02:00
parent 1dcb852ea1
commit c132e64437
6 changed files with 6 additions and 9 deletions

View File

@@ -179,6 +179,7 @@ export default async function userSettingsPlugin(fastify) {
try {
upsertSettings({ language }, userId);
await trackPoi(TRACKING_POIS.CHANGE_LANGUAGE);
return { success: true };
} catch (error) {
logger.error('Error updating language setting', error);