fix(docs): correct docs for clearing display name (#762)

This commit is contained in:
Zowie 2025-08-07 20:38:35 +02:00 committed by GitHub
parent 19d2d0f375
commit e89b31045b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -212,9 +212,9 @@ a display name using the `pk;member displayname` command, like so:
pk;member John displayname Jonathan
pk;member Robert displayname Bob (he/him)
To remove a display name, just use the same command with no last parameter, eg:
To remove a display name, use the same command with `-clear` as the parameter, eg:
pk;member John displayname
pk;member John displayname -clear
This will remove the display name, and thus the member will be proxied with their canonical name.