Deliver posts to remote followers
This commit is contained in:
parent
63906af5ab
commit
32c008d008
7 changed files with 195 additions and 130 deletions
|
|
@ -1,9 +1,11 @@
|
|||
import deliverPost from './deliver-post';
|
||||
import follow from './follow';
|
||||
import performActivityPub from './perform-activitypub';
|
||||
import processInbox from './process-inbox';
|
||||
import reportGitHubFailure from './report-github-failure';
|
||||
|
||||
const handlers = {
|
||||
deliverPost,
|
||||
follow,
|
||||
performActivityPub,
|
||||
processInbox,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue