]> Untitled Git - lemmy.git/commit
Showing # of unread comments for posts. Fixes #2134 (#2393)
authorDessalines <dessalines@users.noreply.github.com>
Tue, 27 Sep 2022 16:45:46 +0000 (12:45 -0400)
committerGitHub <noreply@github.com>
Tue, 27 Sep 2022 16:45:46 +0000 (16:45 +0000)
commit0aeb78b8f39f777cd5d1af292258897964e58f2a
treee3ce710e96de1fecba113bf2b05373c2fb96eacd
parentf2537ba7db39b338617e07f36c5cd6b11f59795e
Showing # of unread comments for posts. Fixes #2134 (#2393)

* Showing # of unread comments for posts. Fixes #2134

* Fix lint.

* Forgot to remove comment list update.

* Fix clippy
crates/api_crud/src/comment/list.rs
crates/api_crud/src/post/read.rs
crates/db_schema/src/aggregates/mod.rs
crates/db_schema/src/aggregates/person_post_aggregates.rs [new file with mode: 0644]
crates/db_schema/src/aggregates/structs.rs
crates/db_schema/src/schema.rs
crates/db_views/src/post_view.rs
crates/db_views/src/structs.rs
migrations/2022-08-05-203502_add_person_post_aggregates/down.sql [new file with mode: 0644]
migrations/2022-08-05-203502_add_person_post_aggregates/up.sql [new file with mode: 0644]