1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 00:45:50 +02:00

enhance(frontend): チャットの日本語名称をダイレクトメッセージに & ベータを外す

This commit is contained in:
syuilo
2025-09-16 16:24:10 +09:00
parent df3e44f62e
commit b231da7c7c
10 changed files with 111 additions and 90 deletions

View File

@@ -366,8 +366,8 @@ export function getUserMenu(user: Misskey.entities.UserDetailed, router: Router
//}
menuItems.push({ type: 'divider' }, {
icon: 'ti ti-mail',
text: i18n.ts.sendMessage,
icon: 'ti ti-pencil-heart',
text: i18n.ts.createUserSpecifiedNote,
action: () => {
const canonical = user.host === null ? `@${user.username}` : `@${user.username}@${user.host}`;
os.post({ specified: user, initialText: `${canonical} ` });