]> Untitled Git - lemmy.git/commit
Making a trait function for follow and accept.
authorDessalines <tyhou13@gmx.com>
Sun, 26 Apr 2020 17:20:42 +0000 (13:20 -0400)
committerDessalines <tyhou13@gmx.com>
Sun, 26 Apr 2020 17:20:42 +0000 (13:20 -0400)
commit3ce061836242813730ec0b63240097347647dfc4
treed6ebe9074753b4a92e4d4d94ba6b4b2d0770ea4d
parent079ac091ebbeb2e3e1f91fba6c93b3e11e1c5fd6
Making a trait function for follow and accept.
server/Cargo.lock
server/Cargo.toml
server/src/api/community.rs
server/src/api/mod.rs
server/src/api/post.rs
server/src/apub/activities.rs
server/src/apub/community.rs
server/src/apub/community_inbox.rs
server/src/apub/mod.rs
server/src/apub/shared_inbox.rs [new file with mode: 0644]
server/src/apub/user.rs