From 7b42d14f456d036e768015c2e12aa93c1bf9226d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Fri, 4 Aug 2017 22:38:58 +0200 Subject: [PATCH] fix bug with data attrib for boost in home TL --- app/javascript/glitch/components/status/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/glitch/components/status/index.js b/app/javascript/glitch/components/status/index.js index 4849170b0..55e6f1876 100644 --- a/app/javascript/glitch/components/status/index.js +++ b/app/javascript/glitch/components/status/index.js @@ -679,6 +679,7 @@ Users can use those for theming, hiding avatars etc via UserStyle const notifKind = { favourite: 'favourited', reblog: 'boosted', + reblogged_by: 'boosted', }[prepend]; selectorAttribs[`data-${notifKind}-by`] = `@${account.get('acct')}`;