merge: Comply with type for Packed<'Note'> (fixes aria client compatibility) (!771)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/771

Approved-by: dakkar <dakkar@thenautilus.net>
This commit is contained in:
dakkar 2024-11-22 23:57:22 +00:00
commit b4a278ae54
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;
}
}