mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
remove todo
This commit is contained in:
parent
f8e244f48d
commit
a369721791
1 changed files with 0 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue