mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	Comply with type for Packed<'Note'>
This commit is contained in:
		
							parent
							
								
									a38d8a91a1
								
							
						
					
					
						commit
						ebdfb2feb7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -162,8 +162,8 @@ export class NoteEntityService implements OnModuleInit {
 | 
				
			||||||
			packedNote.reactionAcceptance = null;
 | 
								packedNote.reactionAcceptance = null;
 | 
				
			||||||
			packedNote.reactionAndUserPairCache = undefined;
 | 
								packedNote.reactionAndUserPairCache = undefined;
 | 
				
			||||||
			packedNote.reactionCount = 0;
 | 
								packedNote.reactionCount = 0;
 | 
				
			||||||
			packedNote.reactionEmojis = undefined;
 | 
								packedNote.reactionEmojis = {};
 | 
				
			||||||
			packedNote.reactions = undefined;
 | 
								packedNote.reactions = {};
 | 
				
			||||||
			packedNote.isHidden = true;
 | 
								packedNote.isHidden = true;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue