mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-29 08:14:38 +02:00
Refactored preferences manager to decouple account context and storage provider, improving normalization and loading of profiles. Replaced static profile creation/normalization with instance-based logic, and updated usage in preferences.ts to pass account context explicitly. This enhances maintainability and prepares for better guest account handling.