-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Private Profile Photos #11768
Private Profile Photos #11768
Conversation
Jenkins BuildsClick to see older builds (80)
|
src/status_im/ui/screens/privacy_and_security_settings/views.cljs
Outdated
Show resolved
Hide resolved
src/status_im/ui/screens/privacy_and_security_settings/views.cljs
Outdated
Show resolved
Hide resolved
How do I resolve the conflict while at the same time pointing to the branch that gives the functionality I need to use? |
|
e52f43b
to
5756f01
Compare
I attempted an interactive rebase to clean this PR up but I kept getting In the end I created a new branch |
@Samyoul would you mind rebasing status-go and status-react please? |
bd2a7ee
to
4420465
Compare
4420465
to
923f628
Compare
96% of end-end tests have passed
Failed tests (3)Click to expand
Passed tests (77)Click to expand
|
@Samyoul |
fee3d45
to
3ac663e
Compare
@churik done |
60438a4
to
0601a4c
Compare
@Samyoul @flexsurfer thanks! ISSUE 4@Samyoul unfortunately, can't see User's A profile picture on the device of UserB with default settings (See PP from: Contacts, Show your PP to: Contacts) if both users are added to contacts to each other :( Steps:
Expected result: UserB can see PP of UserA |
94% of end-end tests have passed
Failed tests (4)Click to expand
Passed tests (63)Click to expand |
0601a4c
to
398d040
Compare
@qoqobolo would you mind testing again, the issue should be fixed? Thank you |
@cammellos thanks for the fix! Currently, ISSUE 4 is reproducible sporadically. I mean these steps to reproduce successful flow:
But it doesn't work for me anymore :( However, if after that both users join the same public chat, and UserA (with PP) sends a message, then the PP will be displayed for UserB in the chat history and in 1-1 chat as well. So, this issue can be described: ISSUE 5: Profile photo is only visible for UserB after UserA sends a message to public chatSteps:
Expected result: UserB can see PP after adding UserA to contacts in User Profile and in 1-1 chat |
@qoqobolo thanks for the info, I will be taking a look at it |
398d040
to
fca2f9c
Compare
@cammellos issues 4 and 5 are fixed 🥳 Default settings ISSUE 6: Profile photo of UserA is visible to UserB if UserA sets
|
@cammellos I wouldn't mind merging it with #11768 (comment) but if it is too much effort to fix it now, as a temporary decision might be for example to warn the user that he couldn't hide PP anymore for users that already seen his PP (add some explanation to |
@churik if you don't mind logging on a separate issue so we can get this merged, and we can add it to 1.17 so we make sure we don't release without, if that's ok |
Sure, we will do this |
fca2f9c
to
5108ae7
Compare
Addressing the issue of status-im/status#56 to disable broadcasting profile images to the network by default.
The react side of status-im/status-go#2151
Using https://github.com/status-im/status-react/pull/11650/files as a template
A new option in the privacy and security settings:
The default the option is "Contact"
Changing option persists
Log out
Log back in
Selection is still there.