merge: Bump develop version (!789)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/789
This commit is contained in:
Julia 2024-11-28 06:15:32 +00:00
commit 52976588a7
245 changed files with 2942 additions and 23 deletions

View file

@ -160,8 +160,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;
}
}