Fix bug
This commit is contained in:
@@ -4,8 +4,8 @@ import Mute from '../../../../models/mute';
|
||||
|
||||
export const meta = {
|
||||
desc: {
|
||||
ja: 'ユーザーをミュートします。',
|
||||
en: 'Mute a user'
|
||||
'ja-JP': 'ユーザーをミュートします。',
|
||||
'en-US': 'Mute a user'
|
||||
},
|
||||
|
||||
requireCredential: true,
|
||||
|
@@ -4,8 +4,8 @@ import Mute from '../../../../models/mute';
|
||||
|
||||
export const meta = {
|
||||
desc: {
|
||||
ja: 'ユーザーのミュートを解除します。',
|
||||
en: 'Unmute a user'
|
||||
'ja-JP': 'ユーザーのミュートを解除します。',
|
||||
'en-US': 'Unmute a user'
|
||||
},
|
||||
|
||||
requireCredential: true,
|
||||
|
@@ -5,8 +5,8 @@ import { getFriendIds } from '../../common/get-friends';
|
||||
|
||||
export const meta = {
|
||||
desc: {
|
||||
ja: 'ミュートしているユーザー一覧を取得します。',
|
||||
en: 'Get muted users.'
|
||||
'ja-JP': 'ミュートしているユーザー一覧を取得します。',
|
||||
'en-US': 'Get muted users.'
|
||||
},
|
||||
|
||||
requireCredential: true,
|
||||
|
Reference in New Issue
Block a user