Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
deda2b2782
100 changed files with 3050 additions and 109 deletions
|
|
@ -4,6 +4,11 @@ import { Users } from '../../../models';
|
|||
import { generateMutedUserQueryForUsers } from '../common/generate-muted-user-query';
|
||||
|
||||
export const meta = {
|
||||
desc: {
|
||||
'ja-JP': 'ユーザー一覧を表示します。',
|
||||
'en-US': 'Display the user list.'
|
||||
},
|
||||
|
||||
tags: ['users'],
|
||||
|
||||
requireCredential: false as const,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue