1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-29 06:04:37 +02:00

Deliver posts to remote followers

This commit is contained in:
Akihiko Odaki
2018-04-02 20:16:13 +09:00
parent 63906af5ab
commit 32c008d008
7 changed files with 195 additions and 130 deletions

View File

@@ -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,