Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
everypizza1 authored Dec 27, 2024
1 parent 51ebe01 commit c8f3ece
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions proposals/msc4247-user-pronouns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# MSCXXXX: User Pronouns

Many users of Matrix put pronouns in display names. However, that causes screen clutter. This proposal defines a standardized pronouns field on top of MSC4133.

## Proposal

Profiles may have optional `m.pronouns` and `m.pronouns.secondary` fields as a string. These fields can be fetched through the [profile API endpoints](https://spec.matrix.org/unstable/client-server-api/#profiles).

### Example

```json
{
"avatar_url": "",
"displayname": "",
"m.pronouns": "it/its",
"m.pronouns.secondary": "she/her"
}
```

## Potential issues

Some users may not want to publish pronouns to others, although that is out of scope for this MSC. Some users may also complain about "woke", although pronouns are a basic part of langauge.

## Security issues

None.

## Unstable prefix

Clients and servers wishing to implement this early may use `io.fsky.nyx.pronouns` and `io.fsky.nyx.pronouns.secondary`.

0 comments on commit c8f3ece

Please sign in to comment.