remove todo

This commit is contained in:
syuilo 2025-03-12 14:35:22 +09:00
parent f8e244f48d
commit a369721791
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ const storageProvider: StorageProvider = {
cloudGet: async (ctx) => {
// TODO: この取得方法だとアカウントが変わると保存場所も変わってしまうので改修する
// 例えば複数アカウントある場合でも設定値を保存するための「プライマリアカウント」を設定できるようにするとか
// TODO: keyのcondに応じた取得
try {
const cloudData = await misskeyApi('i/registry/get', {
scope: ['client', 'preferences', 'sync'],