]> cat aescling's git repositories - mastodon.git/commitdiff
Fix boost icon not being displayed in boost notifications
authorThibaut Girka <thib@sitedethib.com>
Tue, 29 Sep 2020 08:40:05 +0000 (10:40 +0200)
committerThibG <thib@sitedethib.com>
Tue, 29 Sep 2020 09:05:05 +0000 (11:05 +0200)
app/javascript/flavours/glitch/components/status_prepend.js

index 0ba55d5d8b58478c78f6a5c82f341e7adeb2d177..af6acdef9f227a08c61930e1d829fdf82ef5d9e7 100644 (file)
@@ -108,6 +108,7 @@ export default class StatusPrepend extends React.PureComponent {
     case 'poll':
       iconId = 'tasks';
       break;
+    case 'reblog':
     case 'reblogged_by':
       iconId = 'retweet';
       break;