Update comment_reply_view.rs

pull/3755/head
dullbananas 10 months ago committed by GitHub
parent e8a5a8ad93
commit 857bf9f5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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),

Loading…
Cancel
Save