wip
This commit is contained in:
parent
51006a6815
commit
3cbb3ff81f
1 changed files with 5 additions and 2 deletions
|
@ -249,8 +249,11 @@ module.exports = (params, user: IUser, app) => new Promise(async (res, rej) => {
|
|||
}
|
||||
}
|
||||
|
||||
// Publish event to myself's stream
|
||||
event(user._id, 'post', postObj);
|
||||
// TODO
|
||||
if (!channel) {
|
||||
// Publish event to myself's stream
|
||||
event(user._id, 'post', postObj);
|
||||
}
|
||||
|
||||
if (channel) {
|
||||
// Increment channel index(posts count)
|
||||
|
|
Loading…
Reference in a new issue