mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-15 19:31:42 +00:00
fix bug with data attrib for boost in home TL
This commit is contained in:
parent
f34f33c19e
commit
7b42d14f45
|
@ -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')}`;
|
||||||
|
|
Loading…
Reference in a new issue