mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-23 22:56:53 +09:00
デバッグ用だと思われる console.log を削除 (MisskeyIO#302)
This commit is contained in:
parent
3f85aa0827
commit
813551204f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user