This commit is contained in:
parent
6eaadfac7b
commit
9165dc4493
|
@ -168,7 +168,6 @@ export function getUserMenu(user: misskey.entities.UserDetailed, router: Router
|
|||
type: 'parent',
|
||||
icon: 'ti ti-list',
|
||||
text: i18n.ts.addToList,
|
||||
noCache: true,
|
||||
children: async () => {
|
||||
const lists = await userListsCache.fetch(() => os.api('users/lists/list'));
|
||||
return lists.map(list => {
|
||||
|
|
Loading…
Reference in New Issue