Chat.query(function(qb){
      qb.where('room_id', 'room1');
    })
    .fetch()
    .then(function(chatCollection){