Comment 15 for bug 519262

Revision history for this message
David Klasinc (bigwhale) wrote :

Ok, I've gone through the changes. Merging this 'Follow user' is rather trivial. However, there is no control over who we already follow and how to un-follow.

I am thinking about implementing 'FriendsManager' and 'FollowersManager' or something similar. But it will be a pain to keep it in sync with Twitter. Perhaps syncing it once a day/week? and per request should be good enough. Then checking if we follow one user in particular or not should be relatively trivial. Since manager would already implement that.

However, I would like to consult with one of the 'senior developers' before doing that. :)