]> Untitled Git - lemmy.git/commit
Adding federated community, comment, and post deletes.
authorDessalines <tyhou13@gmx.com>
Fri, 1 May 2020 14:07:38 +0000 (10:07 -0400)
committerDessalines <tyhou13@gmx.com>
Fri, 1 May 2020 14:07:38 +0000 (10:07 -0400)
commit2f1cd9976dbdc034836a01748086056999aff52a
tree8abfa5764773ba91923794590468c5c52b460303
parent461114c143aebf02f70de2b21d8b1272f67f12a2
Adding federated community, comment, and post deletes.

- Unit tests added too.
- No undeletes working yet.
server/src/api/comment.rs
server/src/api/community.rs
server/src/api/post.rs
server/src/apub/comment.rs
server/src/apub/community.rs
server/src/apub/mod.rs
server/src/apub/post.rs
server/src/apub/shared_inbox.rs
server/src/apub/user.rs
server/src/db/community.rs
ui/src/api_tests/api.spec.ts