Open
Description
If someone links to the Matrix Public Archive, we should make sure the URL previews look good.
When linking the homepage, a sensible description and image
When linking to a specific event, the URL preview should show the event contents:
.../r/foo.bar/date/2022/11/01?at=$abcd
When linking to a room on a given day, TODO
.../r/foo.bar/date/2022/11/01
When linking to a room, TODO
.../r/foo.bar
Dev notes
Synapse URL preview:
References:
GET /_matrix/media/v3/preview_url
: https://spec.matrix.org/v1.6/client-server-api/#get_matrixmediav3preview_url- Synapse uses https://ogp.me/
- https://medium.com/slack-developer-blog/everything-you-ever-wanted-to-know-about-unfurling-but-were-afraid-to-ask-or-how-to-make-your-e64b4bb9254
URL preview debuggers: