summaryrefslogtreecommitdiff
path: root/packages/backend/src
diff options
context:
space:
mode:
author果物リン <nassii74@gmail.com>2025-01-17 19:27:48 +0900
committerGitHub <noreply@github.com>2025-01-17 10:27:48 +0000
commita328d5200813e648d95f2bb6f4780d3374cd64fb (patch)
tree3f8ac5756dc4c369c8103a5935f64567719c4ce4 /packages/backend/src
parentci: improve CI configuration (#15287) (diff)
downloadsharkey-a328d5200813e648d95f2bb6f4780d3374cd64fb.tar.gz
sharkey-a328d5200813e648d95f2bb6f4780d3374cd64fb.tar.bz2
sharkey-a328d5200813e648d95f2bb6f4780d3374cd64fb.zip
よくわからないリアクションに関するログが流れっぱなしなのを修正 (#15303)
Diffstat (limited to 'packages/backend/src')
-rw-r--r--packages/backend/src/server/api/stream/channels/hybrid-timeline.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/backend/src/server/api/stream/channels/hybrid-timeline.ts b/packages/backend/src/server/api/stream/channels/hybrid-timeline.ts
index 75bd13221f..5681311493 100644
--- a/packages/backend/src/server/api/stream/channels/hybrid-timeline.ts
+++ b/packages/backend/src/server/api/stream/channels/hybrid-timeline.ts
@@ -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;
}