KotoLLC / peacenik

An ad-free distributed social network
https://docs.koto.at
Apache License 2.0
29 stars 2 forks source link

I should be able to hide my profile page from non-friends #164

Closed mreider closed 3 years ago

mreider commented 3 years ago

If I am worried about privacy, I should be able to obscure my identity in both groups and also among non-friends.

This means we need a toggle in your profile page:

HIDE MY IDENTITY FROM STRANGERS Only friends can see my image, name, or profile page. This will protect you from strangers if you want to post to a group, or if you don't want to appear on the friends list of your friends profile pages.

How it will work:

Everything works the exact same way except:

HIDE_IDENTITY == TRUE

Profile page:

Messages or comments

Friends

People who are friends (and the user himself) will see an emoji lock appear after their name / user name like "mreider šŸ”’" - this will appear when they post messages, and on their profile page etc.

mreider commented 3 years ago

@falconandy - @Cardoso-topdev is going to implement this. Might need help.