Introduce publishers directory
This commit is contained in:
parent
0a48ef59cd
commit
ad38cd2605
27 changed files with 48 additions and 52 deletions
|
|
@ -3,8 +3,8 @@ import { sign } from 'http-signature';
|
|||
import { URL } from 'url';
|
||||
import User, { isLocalUser, pack as packUser, ILocalUser } from '../../models/user';
|
||||
import Following from '../../models/following';
|
||||
import event from '../../event';
|
||||
import notify from '../../notify';
|
||||
import event from '../../publishers/stream';
|
||||
import notify from '../../publishers/notify';
|
||||
import context from '../../remote/activitypub/renderer/context';
|
||||
import render from '../../remote/activitypub/renderer/follow';
|
||||
import config from '../../config';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue