Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MSC1929 (/.well-known/matrix/support) #70

Closed
girlbossceo opened this issue Jan 6, 2024 · 1 comment
Closed

Add support for MSC1929 (/.well-known/matrix/support) #70

girlbossceo opened this issue Jan 6, 2024 · 1 comment
Labels

Comments

@girlbossceo
Copy link
Owner

(matrix-org/matrix-spec-proposals#1929)

Unsure how we can do this on the server-side right now, but there's a Dendrite issue for it that hasn't been rejected and if we can do client/server well-knowns from server-side, this should be possible too.

Currently I'm doing this from the reverse proxy: https://puppygock.gay/.well-known/matrix/support

@girlbossceo
Copy link
Owner Author

Implemented this, implemented support for m.role.moderator (MSC4121), and implemented an admin command to fetch support well-known.

Only supports 1 contact due to the amount of complexity involved in creating a config option like well_known_contacts = [["user1", "security", "@user1"], ["user2", "moderator", "@user2]]

I believe it would require implementing a custom type and a custom serde serialiser.

If a user needs more than 1 contact, they should consider just serving this file themselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant