Merge branch 'develop' into feature/2024.10

This commit is contained in:
dakkar 2024-12-05 09:17:55 +00:00
commit 74b9351572
21 changed files with 190 additions and 51 deletions

View file

@ -103,8 +103,7 @@ export function getUserMenu(user: Misskey.entities.UserDetailed, router: IRouter
async function getConfirmed(text: string): Promise<boolean> {
const confirm = await os.confirm({
type: 'warning',
title: 'confirm',
type: 'question',
text,
});