public hasMore(rid: IRoom['_id']) {
        const room = this.getRoom(rid);
        return room.hasMore.get();
    }