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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user