constappendDisplayNames=(base,accounts)=><span>{base}<abbrtitle={accounts.map(a=>`@${a.get('acct')}`).join(', ')}><FormattedMessageid='notification.and_n_others'defaultMessage='and {count, plural, one {# other} other {# others}}'values={{count:accounts.size}}/></abbr></span>;
exportdefault@injectIntl
classNotificationextendsImmutablePureComponent{
...
...
@@ -144,6 +146,10 @@ class Notification extends ImmutablePureComponent {