// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ShareDialog should not render the QR code if disabled 1`] = ` Share Room https://matrix.to/#/!1:example.org Copy link `; exports[`ShareDialog should not render the socials if disabled 1`] = ` Share Room https://matrix.to/#/!1:example.org Copy link `; exports[`ShareDialog should render a share dialog for a matrix event 1`] = ` Share Room Message https://matrix.to/#/!1:example.org/!eventId Link to selected message Copy link `; exports[`ShareDialog should render a share dialog for a room 1`] = ` Share Room https://matrix.to/#/!1:example.org Link to most recent message Copy link `; exports[`ShareDialog should render a share dialog for a room member 1`] = ` Share User https://matrix.to/#/@alice:example.org Copy link `; exports[`ShareDialog should render a share dialog for an URL 1`] = ` Share Link https://matrix.org/ Copy link `;