call callback on follow/unfollow

v1.18.x
Barış Soner Uşaklı 11 years ago
parent a9ca035e1e
commit 02889f2e70

@ -182,6 +182,7 @@ function toggleFollow(method, uid, theiruid, callback) {
fromUid: uid,
toUid: theiruid
});
callback();
});
}

Loading…
Cancel
Save