refactor
This commit is contained in:
parent
fcc4864080
commit
2dfbf97db4
7 changed files with 7 additions and 7 deletions
|
@ -73,7 +73,7 @@ class LocalTimelineChannel extends Channel {
|
|||
if (this.user && note.renoteId && !note.text) {
|
||||
if (note.renote && Object.keys(note.renote.reactions).length > 0) {
|
||||
const myRenoteReaction = await this.noteEntityService.populateMyReaction(note.renoteId, this.user.id);
|
||||
note.renote!.myReaction = myRenoteReaction;
|
||||
note.renote.myReaction = myRenoteReaction;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue