CMPUT404 / socialdistribution

A distributed social network
http://socshizzle.divshot.io
Apache License 2.0
0 stars 2 forks source link

Friends/Following Update #148

Closed derekdowling closed 9 years ago

derekdowling commented 9 years ago

Just realized that CachedAuthors are unique. Somehow we need to track their state of PENDING, REQUESTED, or FRIENDS on a per author basis. Since we are using these unique CachedAuthors rather than not persisting them separately it'll probably end up needing to be lists representing each one which is overly complicated IMO, but at this point, let's just get it done.

TODO:

derekdowling commented 9 years ago

Closed with #161