Skip to content
Snippets Groups Projects
Unverified Commit 802153ff authored by syuilo's avatar syuilo
Browse files

Fix bug

parent ec73e2d2
No related branches found
Tags 11.0.0-alpha.3
No related merge requests found
......@@ -169,6 +169,8 @@ export class NoteRepository extends Repository<Note> {
visibility: note.visibility,
visibleUserIds: note.visibleUserIds,
viaMobile: note.viaMobile,
renoteCount: note.renoteCount,
repliesCount: note.repliesCount,
reactions: note.reactions,
emojis: reactionEmojis.length > 0 ? Emojis.find({
name: In(reactionEmojis),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment