MSC4489: Per-room contact state event#4489
Conversation
…contact_state_event.md renamed file
There was a problem hiding this comment.
Implementation requirements:
- Client (setting)
- Client (reading/using)
turt2live
left a comment
There was a problem hiding this comment.
Early partial review of MSC
| state event — which is independently useful to existing members and to bots | ||
| that are in the room — is not blocked on federation/client changes. | ||
|
|
||
| ## Alternatives |
There was a problem hiding this comment.
Specifically for appeals, the Reporting v2 thought is currently #4468 fwiw
Co-authored-by: Travis Ralston <[email protected]>
| `""` as its state key; a room has at most one such event. It is ordinary room | ||
| state and requires no new room version. | ||
|
|
||
| Its `content` reuses the `contacts` and `support_page` fields, with the same |
There was a problem hiding this comment.
As a room admin, I would be worried about these values becoming stale and needing to roll out new values to all of my rooms whenever these change. I wonder about the potential merits of a "support_via": "matrix.org" field that would "redirect" users to the /.well-known/matrix/support of a given server name?
There was a problem hiding this comment.
i dont understand the issue. In that case you might wish to just populate the support_page and nothing else
| { | ||
| "matrix_id": "@alice:example.org", | ||
| "email_address": "[email protected]", | ||
| "role": "m.role.security" |
There was a problem hiding this comment.
What would a security contact on a room actually be responsible for?
There was a problem hiding this comment.
The examples were made based on the currently available options in the m.role.* namespace, they don't necessarily all have a real world use case today, though that doesnt mean there wont be someone finding a use for it eventually. This proposal also hopes to inspire new proposals to expand the options available to the m.role.* namespace like MSC4121 already does.
Signed-off-by: Sky [email protected]
rendered