diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-09-29 10:40:05 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2020-09-29 11:05:05 +0200 |
commit | b5edf30160eab3776e44b34325a4ea00d9f71dc5 (patch) | |
tree | 14515dd53bb9efbf25aaf3b0d5150273739079f4 /app | |
parent | 62e3f588dee75fc6a37457f8218630daad056cba (diff) |
Fix boost icon not being displayed in boost notifications
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/components/status_prepend.js | 1 |
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; |