mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Update comment_reply_view.rs
This commit is contained in:
parent
e8a5a8ad93
commit
857bf9f5a2
@ -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…
Reference in New Issue
Block a user