Chat UIでのチャンネル表示数調整
This commit is contained in:
		
							parent
							
								
									8668bc2609
								
							
						
					
					
						commit
						c39f69e5dd
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -223,11 +223,12 @@ export default defineComponent({ | |||
| 			this.antennas = antennas; | ||||
| 		}); | ||||
| 
 | ||||
| 		os.api('channels/followed').then(channels => { | ||||
| 		os.api('channels/followed', { limit: 20 }).then(channels => { | ||||
| 			this.followedChannels = channels; | ||||
| 		}); | ||||
| 
 | ||||
| 		os.api('channels/featured').then(channels => { | ||||
| 		// TODO: pagination | ||||
| 		os.api('channels/featured', { limit: 20 }).then(channels => { | ||||
| 			this.featuredChannels = channels; | ||||
| 		}); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue