よくわからないリアクションに関するログが流れっぱなしなのを修正 ()

This commit is contained in:
果物リン 2025-01-17 19:27:48 +09:00 committed by laoXong
parent f331e65668
commit 6f3e8a06a6

@ -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;
}