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
 | 
						// TODO
 | 
				
			||||||
	event(user._id, 'post', postObj);
 | 
						if (!channel) {
 | 
				
			||||||
 | 
							// Publish event to myself's stream
 | 
				
			||||||
 | 
							event(user._id, 'post', postObj);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (channel) {
 | 
						if (channel) {
 | 
				
			||||||
		// Increment channel index(posts count)
 | 
							// Increment channel index(posts count)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue