Comply with type for Packed<'Note'>

This commit is contained in:
tess 2024-11-22 19:55:50 +01:00
parent a38d8a91a1
commit ebdfb2feb7
1 changed files with 2 additions and 2 deletions

View File

@ -162,8 +162,8 @@ export class NoteEntityService implements OnModuleInit {
packedNote.reactionAcceptance = null;
packedNote.reactionAndUserPairCache = undefined;
packedNote.reactionCount = 0;
packedNote.reactionEmojis = undefined;
packedNote.reactions = undefined;
packedNote.reactionEmojis = {};
packedNote.reactions = {};
packedNote.isHidden = true;
}
}