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.