requested change.
This commit is contained in:
@@ -68,7 +68,8 @@ class GlobalTimelineChannel extends Channel {
|
||||
reactionsToFetch.push(this.assignMyReaction(note.renote.reply, this.noteEntityService));
|
||||
}
|
||||
}
|
||||
} else if (this.user && note.reply) {
|
||||
}
|
||||
if (this.user && note.reply) {
|
||||
reactionsToFetch.push(this.assignMyReaction(note.reply, this.noteEntityService));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user