Implement remote follow
This commit is contained in:
parent
cba73d6bc1
commit
dc529711ce
11 changed files with 114 additions and 32 deletions
|
|
@ -1,7 +1,9 @@
|
|||
import follow from './follow';
|
||||
import performActivityPub from './perform-activitypub';
|
||||
import reportGitHubFailure from './report-github-failure';
|
||||
|
||||
const handlers = {
|
||||
follow,
|
||||
performActivityPub,
|
||||
reportGitHubFailure,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue