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:
commit
b4a278ae54
|
@ -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…
Reference in New Issue