matrix-org / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://matrix-org.github.io/dendrite/
Apache License 2.0
5.74k stars 678 forks source link

add new `m.set_displayname`, `m.set_avatar_url`, and `m.3pid_changes` to capabilities #3401

Open qwqtoday opened 4 months ago

qwqtoday commented 4 months ago

Signed-off-by: Leung Ho Ching <lukas.leung@hotmail.com>

This makes it return these capabilities are always enabled to the users, while this pr is kinda useless, it's also great to let the users know that they can always use these feature in dendrite.

qwqtoday commented 4 months ago

we can give a big check mark for MSC3283 at #3218 after this is merged

S7evinK commented 1 week ago

Thanks for contributing to Dendrite!

The repo has been cloned into element-hq/dendrite and made the switch to AGPL as per https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/. For more information, feel free to read this and this

If you still wish to contribute under the new license, feel free to create a new PR over at element-hq/dendrite.