From 423c237d427fdba92afa3b075bdf10ac1d51c801 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Fri, 17 Jan 2025 11:57:44 +0100 Subject: [PATCH] :bug: Fix reply to comment --- backend/src/app/rpc/commands/comments.clj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/src/app/rpc/commands/comments.clj b/backend/src/app/rpc/commands/comments.clj index 6ce530aa0..7c44a8e67 100644 --- a/backend/src/app/rpc/commands/comments.clj +++ b/backend/src/app/rpc/commands/comments.clj @@ -462,8 +462,9 @@ :thread-id thread-id :owner-id profile-id :content content}) - props {:file-id file-id - :share-id nil}] + comment (decode-row comment) + props {:file-id file-id + :share-id nil}] ;; Update thread modified-at attribute and assoc the current ;; profile to the participant set.