-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Hash phone number in MXIDs #579
Comments
It looks like there is some solution here https://github.com/KrzysztofMadejski/matterbridge/blob/master/bridge/whatsapp/handlers.go#L49 @tulir @sumnerevans Would hiding the phone number be possible/easier if the bridge is only linked to one unique whatsapp account? |
Reading |
|
OK, if I understand well, double puppeting is not relevant when relaybot is active. Therefore, this parameter could be "re-used to anonymize whatsapp puppet mxid for the relaybot users", e.g. by adding an option with Having this |
It is relevant if the same whatsapp bridge has both enabled, eg people can be double puppeted (signed in to Whatsapp with their account) and also have other people that are not eg though the relay. |
I would also like to know a viable solution not to expose users mobile number (in my case in a relayed group) |
I'm talking about the use-case where to have only one user with relaybot enabled. No individual user of the bridge. Maybe some users, each with relaybot enabled, but no double-pupetting activated. |
Hello! anyone found a viable solution to this issue? |
Problem
Currently Localpart template of MXIDs includes the phone number of the WhatsApp contact.
Solution
Would be nice to be able to hash the number to prevent people on Matrix to get access to it.
The text was updated successfully, but these errors were encountered: