]> Untitled Git - lemmy.git/commit
reports: initial reports api commit
authoreiknat <eiknat@protonmail.com>
Tue, 13 Oct 2020 23:32:35 +0000 (19:32 -0400)
committereiknat <eiknat@dev.chapo.chat>
Wed, 11 Nov 2020 20:11:52 +0000 (15:11 -0500)
commit6d43202efb3101f162cc2bf8663f8a6dca160bdf
treecd5e7bb2752db18716975e65c7746565fe7d3953
parent08b8e9999b08efa4e1388d23867887d69fdccc3f
reports: initial reports api commit
15 files changed:
Cargo.lock
lemmy_api/src/lib.rs
lemmy_api/src/report.rs [new file with mode: 0644]
lemmy_db/Cargo.toml
lemmy_db/src/comment_report.rs [new file with mode: 0644]
lemmy_db/src/lib.rs
lemmy_db/src/post_report.rs [new file with mode: 0644]
lemmy_db/src/schema.rs
lemmy_structs/Cargo.toml
lemmy_structs/src/lib.rs
lemmy_structs/src/report.rs [new file with mode: 0644]
lemmy_websocket/src/lib.rs
migrations/2020-10-13-212240_create_report_tables/down.sql [new file with mode: 0644]
migrations/2020-10-13-212240_create_report_tables/up.sql [new file with mode: 0644]
src/routes/api.rs