mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-06 00:33:51 +09:00
Fix bug
This commit is contained in:
@ -6,8 +6,8 @@ import getParams from '../../../get-params';
|
||||
|
||||
export const meta = {
|
||||
desc: {
|
||||
ja: '指定した自分宛てのメッセージを既読にします。',
|
||||
en: 'Mark as read a message of messaging.'
|
||||
'ja-JP': '指定した自分宛てのメッセージを既読にします。',
|
||||
'en-US': 'Mark as read a message of messaging.'
|
||||
},
|
||||
|
||||
requireCredential: true,
|
||||
@ -17,8 +17,8 @@ export const meta = {
|
||||
params: {
|
||||
messageId: $.type(ID).note({
|
||||
desc: {
|
||||
ja: '既読にするメッセージのID',
|
||||
en: 'The ID of a message that you want to mark as read'
|
||||
'ja-JP': '既読にするメッセージのID',
|
||||
'en-US': 'The ID of a message that you want to mark as read'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user