about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2020-09-29 10:40:05 +0200
committerThibG <thib@sitedethib.com>2020-09-29 11:05:05 +0200
commitb5edf30160eab3776e44b34325a4ea00d9f71dc5 (patch)
tree14515dd53bb9efbf25aaf3b0d5150273739079f4
parent62e3f588dee75fc6a37457f8218630daad056cba (diff)
Fix boost icon not being displayed in boost notifications
-rw-r--r--app/javascript/flavours/glitch/components/status_prepend.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/components/status_prepend.js b/app/javascript/flavours/glitch/components/status_prepend.js
index 0ba55d5d8..af6acdef9 100644
--- a/app/javascript/flavours/glitch/components/status_prepend.js
+++ b/app/javascript/flavours/glitch/components/status_prepend.js
@@ -108,6 +108,7 @@ export default class StatusPrepend extends React.PureComponent {
     case 'poll':
       iconId = 'tasks';
       break;
+    case 'reblog':
     case 'reblogged_by':
       iconId = 'retweet';
       break;