mirror of https://github.com/LemmyNet/lemmy.git
Update comment_reply_view.rs
parent
e8a5a8ad93
commit
857bf9f5a2
|
@ -235,7 +235,7 @@ impl JoinView for CommentReplyView {
|
||||||
my_vote,
|
my_vote,
|
||||||
): Self::JoinTuple,
|
): Self::JoinTuple,
|
||||||
) -> Self {
|
) -> Self {
|
||||||
let comment = comment.into_full(comment.into_full(comment_reply.comment_id));
|
let comment = comment.into_full(comment_reply.comment_id);
|
||||||
Self {
|
Self {
|
||||||
counts: counts.into_full(&comment),
|
counts: counts.into_full(&comment),
|
||||||
recipient: recipient.into_full(comment_reply.recipient_id),
|
recipient: recipient.into_full(comment_reply.recipient_id),
|
||||||
|
|
Loading…
Reference in New Issue