]> cat aescling's git repositories - mastodon.git/commitdiff
Add a “link” status icon for toots with a preview card
authorThibaut Girka <thib@sitedethib.com>
Tue, 30 Oct 2018 13:39:00 +0000 (14:39 +0100)
committerThibG <thib@sitedethib.com>
Tue, 30 Oct 2018 16:51:06 +0000 (17:51 +0100)
app/javascript/flavours/glitch/components/status.js

index 3a22f165bf50435609db5d7d4324bd856b6f41eb..0c82ea7c6cf2c664409dbe0d9a4fbe4ae79e986f 100644 (file)
@@ -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.
This page took 0.027133 seconds and 3 git commands to generate.