]> Untitled Git - lemmy.git/blobdiff - crates/db_views/src/structs.rs
First pass at adding comment trees. (#2362)
[lemmy.git] / crates / db_views / src / structs.rs
index b92bb271481a086285a7f36e120d8985f1b63927..3dec23d3c622522b45f419571bacade19528b3c3 100644 (file)
@@ -34,7 +34,6 @@ pub struct CommentReportView {
 pub struct CommentView {
   pub comment: Comment,
   pub creator: PersonSafe,
-  pub recipient: Option<PersonSafeAlias1>, // Left joins to comment and person
   pub post: Post,
   pub community: CommunitySafe,
   pub counts: CommentAggregates,