Fix
This commit is contained in:
		
							parent
							
								
									168d13d6e6
								
							
						
					
					
						commit
						b5625a4550
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -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,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue