break;
case NOTFOLLOWING:
request = new SetFollowingStatusRequest(Session.getInstance().getCurrentPerson()
.getAccountId(), entityId, type, false, Follower.FollowerStatus.FOLLOWING);
((Insertable<SetFollowingStatusRequest>) followModel).insert(request);
Dialog.showCentered(new FollowDialogContent(streamName.getInnerText(), streamReq, streamId,
type, subscribeModel, entityId));
onFollowerStatusChanged(Follower.FollowerStatus.FOLLOWING);
break;
default:
// do nothing.