Fix bug
This commit is contained in:
		
							parent
							
								
									ec73e2d237
								
							
						
					
					
						commit
						802153ff9b
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -169,6 +169,8 @@ export class NoteRepository extends Repository<Note> {
 | 
			
		|||
			visibility: note.visibility,
 | 
			
		||||
			visibleUserIds: note.visibleUserIds,
 | 
			
		||||
			viaMobile: note.viaMobile,
 | 
			
		||||
			renoteCount: note.renoteCount,
 | 
			
		||||
			repliesCount: note.repliesCount,
 | 
			
		||||
			reactions: note.reactions,
 | 
			
		||||
			emojis: reactionEmojis.length > 0 ? Emojis.find({
 | 
			
		||||
				name: In(reactionEmojis),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue