1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 22:45:40 +02:00
This commit is contained in:
syuilo
2025-08-28 19:47:58 +09:00
parent 9cd918f12b
commit f0833cffe9
4 changed files with 8 additions and 10 deletions

View File

@@ -469,6 +469,8 @@ export class PreferencesManager {
return local;
} else if (choice === 'merge') {
return mergedValue!;
} else { // TSを黙らすため
return undefined;
}
}