removed profile and user chosen name

This commit is contained in:
Corey Petty 2020-02-12 15:56:40 -05:00
parent a084f2eb4e
commit 2a545193e7
1 changed files with 2 additions and 6 deletions

View File

@ -21,7 +21,6 @@ TBD.
- [X3DH Prekey bundles](#x3dh-prekey-bundles) - [X3DH Prekey bundles](#x3dh-prekey-bundles)
- [Optional Account additions](#optional-account-additions) - [Optional Account additions](#optional-account-additions)
- [ENS Username](#ens-username) - [ENS Username](#ens-username)
- [User Chosen Name](#user-chosen-name)
- [User Profile Picture](#user-profile-picture) - [User Profile Picture](#user-profile-picture)
- [Trust establishment](#trust-establishment) - [Trust establishment](#trust-establishment)
- [Terms Glossary](#terms-glossary) - [Terms Glossary](#terms-glossary)
@ -98,11 +97,8 @@ not do this.
### ENS Username ### ENS Username
- A user MAY register a public username on the Ethereum Name System (ENS). This username is a user-chosen subdomain of the `stateofus.eth` ENS registration that maps to their whisper identity key (`IK`). - A user MAY register a public username on the Ethereum Name System (ENS). This username is a user-chosen subdomain of the `stateofus.eth` ENS registration that maps to their whisper identity key (`IK`).
### User Chosen Name <!-- ### User Profile Picture
- An account MAY create a display name to replace the `IK` generated 3-word pseudonym in chat screens. This chosen display name will become part of the publicly broadcasted profile of the account. - An account MAY edit the `IK` generated identicon with a chosen picture. This picture will become part of the publicly broadcasted profile of the account. -->
### User Profile Picture
- An account MAY edit the `IK` generated identicon with a chosen picture. This picture will become part of the publicly broadcasted profile of the account.
<!-- TODO: Elaborate on wallet account and multiaccount --> <!-- TODO: Elaborate on wallet account and multiaccount -->
<!-- TODO: Elaborate on security implications --> <!-- TODO: Elaborate on security implications -->