matrix-org / matrix-spec-proposals

Proposals for changes to the matrix specification
Apache License 2.0
982 stars 374 forks source link

MSC4175: Profile field for user time zone #4175

Open clokep opened 1 month ago

clokep commented 1 month ago

Rendered

Implementations:

Half-Shot commented 6 days ago

https://github.com/matrix-org/matrix-react-sdk/pull/12967 is an implementation of this.

girlbossceo commented 4 days ago

conduwuit server-side partial implementation: https://github.com/girlbossceo/conduwuit/commit/f163ebf3bbaa9656bbf1d78355220e1d859b17c7#diff-6f6ce4833edde4b67f9f5c950adce5338f3e3a19b6d287c33ff4e9d290b94fa1

ruwuma (our ruma fork) partial implementation for conduwuit:

The partial implementation only supports GET/PUT/DELETE for just the us.cloke.msc4175.tz field. More thought into supporting "generic" K-V fields is being done, but at least gets a basic implementation through the door that can be usable in any future clients that implement the timezone field (which seems likely soon 😇).

clokep commented 2 days ago

Judging by this having an implementation I think this isn't really a draft anymore.