vkoves / carpe

Scheduling for the modern age - an UNMAINTAINED indigoBox project
http://carpe-uno.herokuapp.com
0 stars 0 forks source link

User unfollowing is unintuitive #47

Closed vkoves closed 7 years ago

vkoves commented 7 years ago

Right now the only way to unfollow a user is by going to your own profile, going to "Following" and then pressing unfollow. You should be able to unfollow a user from their profile.

rjaltman commented 7 years ago

This is already possible.

That said, I noticed that following somebody on their profile will leave a Pending state, which I assume spawns a notification to the other user. Does this mean that people always need permission to follow? I can definitely see the benefit of the current system, but it might be a little too much runaround for some users.

vkoves commented 7 years ago

I actually added this functionality in 42d8495, so now the following label is also an unfollow button. And no, you can make anyone able to follow you by marking your account as public (like how Private profiles on Twitter and Instagram need following confirmation). Closing this issue though since this has been resolved.