X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_views%2Fsrc%2Fstructs.rs;h=3dec23d3c622522b45f419571bacade19528b3c3;hb=9c3efe32e7b2ef7978b7957eac10691beb551dde;hp=b92bb271481a086285a7f36e120d8985f1b63927;hpb=becb8b4f66bdacca23b0b169e07d845afcb3d204;p=lemmy.git diff --git a/crates/db_views/src/structs.rs b/crates/db_views/src/structs.rs index b92bb271..3dec23d3 100644 --- a/crates/db_views/src/structs.rs +++ b/crates/db_views/src/structs.rs @@ -34,7 +34,6 @@ pub struct CommentReportView { pub struct CommentView { pub comment: Comment, pub creator: PersonSafe, - pub recipient: Option, // Left joins to comment and person pub post: Post, pub community: CommunitySafe, pub counts: CommentAggregates,