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

MSC4095: Bundled URL previews #4095

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

tulir
Copy link
Member

@tulir tulir commented Jan 31, 2024

Rendered

Implementations:

  • Beeper Desktop, Android and iOS render incoming bundled preview data, and bundle previews in outgoing messages using data from the /preview_url endpoint.
  • The next-gen Beeper Android client also generates preview data locally instead of asking the homeserver to do it.
  • mautrix-{whatsapp,signal,imessage} and beeper-imessage bridge preview data in both directions.
  • mautrix-{discord,telegram,twitter,instagram} bridge preview data from the remote network to Matrix.

Signed-off-by: Tulir Asokan [email protected]

@turt2live turt2live added proposal A matrix spec change proposal client-server Client-Server API kind:feature MSC for not-core and not-maintenance stuff needs-implementation This MSC does not have a qualifying implementation for the SCT to review. The MSC cannot enter FCP. labels Feb 1, 2024
Comment on lines +34 to +35
Allowing the omission of `matched_url` is effectively a new feature to send URL
previews without a link in the message text.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe that shouldn't be the case though? the field is called matched_urls, which would indicate they need to match something. I'd add that a client might only show previews it also finds a match in the text/markup for? This would also fix the moderation-can't-see-it-issue listed below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client-server Client-Server API kind:feature MSC for not-core and not-maintenance stuff needs-implementation This MSC does not have a qualifying implementation for the SCT to review. The MSC cannot enter FCP. proposal A matrix spec change proposal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants