From 857bf9f5a2413ff0e6e6c95e1157e8ce6bf9c0c3 Mon Sep 17 00:00:00 2001 From: dullbananas Date: Wed, 2 Aug 2023 20:23:33 -0700 Subject: [PATCH] Update comment_reply_view.rs --- crates/db_views_actor/src/comment_reply_view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/db_views_actor/src/comment_reply_view.rs b/crates/db_views_actor/src/comment_reply_view.rs index 55a585997..bbc2828dd 100644 --- a/crates/db_views_actor/src/comment_reply_view.rs +++ b/crates/db_views_actor/src/comment_reply_view.rs @@ -235,7 +235,7 @@ impl JoinView for CommentReplyView { my_vote, ): Self::JoinTuple, ) -> Self { - let comment = comment.into_full(comment.into_full(comment_reply.comment_id)); + let comment = comment.into_full(comment_reply.comment_id); Self { counts: counts.into_full(&comment), recipient: recipient.into_full(comment_reply.recipient_id),