Fix bug
This commit is contained in:
		
							parent
							
								
									1c73b08e95
								
							
						
					
					
						commit
						5f968f3f25
					
				|  | @ -44,11 +44,13 @@ module.exports = (params, user, app) => new Promise(async (res, rej) => { | |||
| 			$in: followingIds | ||||
| 		}, | ||||
| 		// TODO
 | ||||
| 		channel_id: { | ||||
| 			$or: [{ | ||||
| 		$or: [{ | ||||
| 			channel_id: { | ||||
| 				$exists: false | ||||
| 			}, null] | ||||
| 		} | ||||
| 			} | ||||
| 		}, { | ||||
| 			channel_id: null | ||||
| 		}] | ||||
| 	} as any; | ||||
| 	if (sinceId) { | ||||
| 		sort._id = 1; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue