This commit is contained in:
syuilo 2017-11-01 13:39:05 +09:00
parent 51006a6815
commit 3cbb3ff81f
1 changed files with 5 additions and 2 deletions

View File

@ -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)