Fix
This commit is contained in:
		@@ -7,12 +7,12 @@ import { ILocalUser } from '../../../../models/user';
 | 
				
			|||||||
import getParams from '../../get-params';
 | 
					import getParams from '../../get-params';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const meta = {
 | 
					export const meta = {
 | 
				
			||||||
	name: 'notes/timeline',
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	desc: {
 | 
						desc: {
 | 
				
			||||||
		ja: 'タイムラインを取得します。'
 | 
							ja: 'タイムラインを取得します。'
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						requireCredential: true,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	params: {
 | 
						params: {
 | 
				
			||||||
		limit: $.num.optional.range(1, 100).note({
 | 
							limit: $.num.optional.range(1, 100).note({
 | 
				
			||||||
			default: 10,
 | 
								default: 10,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user