Skip to content

Commit

Permalink
fix: 🐛 uninitialized notification data fields (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignazio Bovo authored Oct 17, 2023
1 parent a20a3d9 commit 6b55538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mappings/content/commentsAndReactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ export async function processReactCommentMessage(
commentId: comment.id,
videoId: video.id,
videoTitle: parseVideoTitle(video),
memberHandle: await memberHandleById(overlay, memberId),
}
await addNotification(
overlay,
Expand Down Expand Up @@ -505,6 +506,7 @@ export async function processCreateCommentMessage(
commentId: comment.id,
videoId: video.id,
videoTitle: parseVideoTitle(video),
memberHandle: await memberHandleById(overlay, memberId),
}
await addNotification(
overlay,
Expand Down

0 comments on commit 6b55538

Please sign in to comment.