Fix bug
This commit is contained in:
		
							parent
							
								
									802153ff9b
								
							
						
					
					
						commit
						0b99293d4c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -188,7 +188,7 @@ export class NoteRepository extends Repository<Note> {
 | 
				
			||||||
				}) : null,
 | 
									}) : null,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				renote: note.renoteId ? this.pack(note.renoteId, meId, {
 | 
									renote: note.renoteId ? this.pack(note.renoteId, meId, {
 | 
				
			||||||
					detail: false
 | 
										detail: true
 | 
				
			||||||
				}) : null,
 | 
									}) : null,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				poll: note.hasPoll ? populatePoll() : null,
 | 
									poll: note.hasPoll ? populatePoll() : null,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue