Add a “link” status icon for toots with a preview card

master
Thibaut Girka 6 years ago committed by ThibG
parent b21615e957
commit bdc2338833
  1. 2
      app/javascript/flavours/glitch/components/status.js

@ -486,7 +486,7 @@ export default class Status extends ImmutablePureComponent {
compact
/>
);
//TODO: set mediaIcon?
mediaIcon = 'link';
}
// Here we prepare extra data-* attributes for CSS selectors.

Loading…
Cancel
Save