mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 07:26:29 +09:00
Fix #5036
This commit is contained in:
@ -165,6 +165,7 @@ export class NoteRepository extends Repository<Note> {
|
|||||||
renoteCount: note.renoteCount,
|
renoteCount: note.renoteCount,
|
||||||
repliesCount: note.repliesCount,
|
repliesCount: note.repliesCount,
|
||||||
reactions: note.reactions,
|
reactions: note.reactions,
|
||||||
|
tags: note.tags.length > 0 ? note.tags : undefined,
|
||||||
emojis: reactionEmojis.length > 0 ? Emojis.find({
|
emojis: reactionEmojis.length > 0 ? Emojis.find({
|
||||||
name: In(reactionEmojis),
|
name: In(reactionEmojis),
|
||||||
host: host
|
host: host
|
||||||
|
Reference in New Issue
Block a user