mirror of
https://github.com/funamitech/mastodon
synced 2024-12-12 05:39:02 +09:00
Fix boost icon not being displayed in boost notifications
This commit is contained in:
parent
62e3f588de
commit
b5edf30160
@ -108,6 +108,7 @@ export default class StatusPrepend extends React.PureComponent {
|
|||||||
case 'poll':
|
case 'poll':
|
||||||
iconId = 'tasks';
|
iconId = 'tasks';
|
||||||
break;
|
break;
|
||||||
|
case 'reblog':
|
||||||
case 'reblogged_by':
|
case 'reblogged_by':
|
||||||
iconId = 'retweet';
|
iconId = 'retweet';
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user