mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
fix bug with data attrib for boost in home TL
This commit is contained in:
@@ -679,6 +679,7 @@ Users can use those for theming, hiding avatars etc via UserStyle
|
|||||||
const notifKind = {
|
const notifKind = {
|
||||||
favourite: 'favourited',
|
favourite: 'favourited',
|
||||||
reblog: 'boosted',
|
reblog: 'boosted',
|
||||||
|
reblogged_by: 'boosted',
|
||||||
}[prepend];
|
}[prepend];
|
||||||
|
|
||||||
selectorAttribs[`data-${notifKind}-by`] = `@${account.get('acct')}`;
|
selectorAttribs[`data-${notifKind}-by`] = `@${account.get('acct')}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user