]> Untitled Git - lemmy.git/commit
reports: update db tables, combine api impl
authoreiknat <eiknat@protonmail.com>
Wed, 21 Oct 2020 00:31:01 +0000 (20:31 -0400)
committereiknat <eiknat@dev.chapo.chat>
Wed, 11 Nov 2020 20:11:52 +0000 (15:11 -0500)
commitd6b1c8df2f552d69c3c7bf62bea95a289d3fb5f3
treeb4b647f0cd5f25b23d8484c7ef767cdf2d2f8300
parent6d43202efb3101f162cc2bf8663f8a6dca160bdf
reports: update db tables, combine api impl
14 files changed:
Cargo.lock
lemmy_api/src/lib.rs
lemmy_api/src/report.rs
lemmy_db/Cargo.toml
lemmy_db/src/comment_report.rs
lemmy_db/src/lib.rs
lemmy_db/src/post_report.rs
lemmy_db/src/schema.rs
lemmy_structs/Cargo.toml
lemmy_structs/src/report.rs
lemmy_websocket/src/lib.rs
migrations/2020-10-13-212240_create_report_tables/down.sql
migrations/2020-10-13-212240_create_report_tables/up.sql
src/routes/api.rs