mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-22 06:18:41 -06:00
よくわからないリアクションに関するログが流れっぱなしなのを修正 (#15303)
This commit is contained in:
parent
363bdac39b
commit
a328d52008
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ class HybridTimelineChannel extends Channel {
|
||||||
|
|
||||||
if (this.user && note.renoteId && !note.text) {
|
if (this.user && note.renoteId && !note.text) {
|
||||||
if (note.renote && Object.keys(note.renote.reactions).length > 0) {
|
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);
|
const myRenoteReaction = await this.noteEntityService.populateMyReaction(note.renote, this.user.id);
|
||||||
note.renote.myReaction = myRenoteReaction;
|
note.renote.myReaction = myRenoteReaction;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue