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

This commit is contained in:
果物リン 2025-01-17 19:27:48 +09:00 committed by GitHub
parent 363bdac39b
commit a328d52008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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