// clear following model
CurrentUserPersonFollowingStatusModel.getInstance().clearCache();
StreamsDiscoveryModel.getInstance().clearCache();
EventBus eventBus = Session.getInstance().getEventBus();
eventBus.notifyObservers(new DeletedPersonFollowerResponseEvent(request, response));
eventBus.notifyObservers(new GotPersonFollowerStatusResponseEvent(FollowerStatus.NOTFOLLOWING));
}
});
}