Introduce publishers directory
This commit is contained in:
parent
0a48ef59cd
commit
ad38cd2605
27 changed files with 48 additions and 52 deletions
|
|
@ -7,8 +7,9 @@ import Post, { pack as packPost } from '../../../../../models/post';
|
|||
import { pack as packUser } from '../../../../../models/user';
|
||||
import Watching from '../../../../../models/post-watching';
|
||||
import watch from '../../../common/watch-post';
|
||||
import { publishPostStream, pushSw } from '../../../../../event';
|
||||
import notify from '../../../../../notify';
|
||||
import { publishPostStream } from '../../../../../publishers/stream';
|
||||
import notify from '../../../../../publishers/notify';
|
||||
import pushSw from '../../../../../publishers/push-sw';
|
||||
|
||||
/**
|
||||
* React to a post
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue