Closed jtessler closed 12 years ago
Looks fine to me.
There seems to be a problem with the default profile picture now... Since no user is actually friends with the default user, they can't access that smiley face. This is an example of why that implementation choice worried me. Any ideas, @laurenyew?
I'll experiment with hardcoding the default user in the visibility method. However, I find this approach kinda ugly...
I'll look into it.
make the default profile pic have visibility public
Good call, @ProCynic. Fixed now.
Now only people who have access to any photo may view it. Otherwise, they receive a "photo not found" error.
Also changed the inheritance structure of
Photo
, making it extendCommentable
instead ofPost
. This fixes issue #231 and will better integrate with the new timeline implementation.And... photo tests are still green!