Skip to content

Commit

Permalink
use msgId when editing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
raykyri committed Aug 2, 2024
1 parent 74738f9 commit 7661aae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ export const CommentTree = ({
threadId: thread.id,
parentCommentId: comment.parentComment,
communityId: app.activeChainId(),
commentMsgId: comment.canvasMsgId,
profile: {
userId: user.activeAccount?.profile?.userId || 0,
address: user.activeAccount?.address || '',
Expand Down

0 comments on commit 7661aae

Please sign in to comment.