]> Untitled Git - lemmy.git/commit
Add correct ActivityPub types conversion for Community and Post.
authorLyra <teromene@teromene.fr>
Thu, 19 Dec 2019 21:59:13 +0000 (22:59 +0100)
committerFelix Ableitner <me@nutomic.com>
Fri, 27 Dec 2019 16:25:20 +0000 (17:25 +0100)
commit34def84d4307d1f4d822091a35d94ab090c558af
tree08eea0dcb5b020f9b4d80c16615853a9c8985cb5
parent104ac9b9501188d334f7106316d3c365a0dc8836
Add correct ActivityPub types conversion for Community and Post.
server/src/api/comment.rs
server/src/apub.rs [deleted file]
server/src/apub/community.rs [new file with mode: 0644]
server/src/apub/mod.rs [new file with mode: 0644]
server/src/apub/post.rs [new file with mode: 0644]
server/src/apub/user.rs [new file with mode: 0644]
server/src/lib.rs
server/src/main.rs