Skip to content

Commit

Permalink
よくわからないリアクションに関するログが流れっぱなしなのを修正 (misskey-dev#15303)
Browse files Browse the repository at this point in the history
  • Loading branch information
fruitriin authored and Ruruke committed Jan 19, 2025
1 parent dd6f626 commit 6e177eb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class HybridTimelineChannel extends Channel {

if (this.user && note.renoteId && !note.text) {
if (note.renote && Object.keys(note.renote.reactions).length > 0) {
console.log(note.renote.reactionAndUserPairCache);
const myRenoteReaction = await this.noteEntityService.populateMyReaction(note.renote, this.user.id);
note.renote.myReaction = myRenoteReaction;
}
Expand Down

0 comments on commit 6e177eb

Please sign in to comment.