Still add the room to the filtered list even if you can't work out the number of users in the room.
							parent
							
								
									1c0408de08
								
							
						
					
					
						commit
						a6f5c88b47
					
				|  | @ -35,9 +35,8 @@ angular.module('RecentsController') | |||
|                 // Count users here
 | ||||
|                 // TODO: Compute it directly in eventHandlerService
 | ||||
|                 room.numUsersInRoom = eventHandlerService.getUsersCountInRoom(room_id); | ||||
| 
 | ||||
|                 filtered.push(room); | ||||
|             } | ||||
|             filtered.push(room); | ||||
|         }); | ||||
| 
 | ||||
|         // And time sort them
 | ||||
|  | @ -61,4 +60,4 @@ angular.module('RecentsController') | |||
|         }); | ||||
|         return filtered; | ||||
|     }; | ||||
| }]); | ||||
| }]); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Kegan Dougal
						Kegan Dougal