* Fix: #241 リスト通知の重複についてとりあえずの対処 * Fix: 本家の通知バグ
This commit is contained in:
parent
59f851d21a
commit
d7f07ae80f
3 changed files with 7 additions and 6 deletions
|
@ -368,7 +368,7 @@ class Notification extends ImmutablePureComponent {
|
|||
|
||||
return (
|
||||
<HotKeys handlers={this.getHandlers()}>
|
||||
<div className={classNames('notification notification-list_status focusable', { unread })} tabIndex={0} aria-label={notificationForScreenReader(intl, intl.formatMessage(messages.listStatus, { name: notification.getIn(['account', 'acct']) }), notification.get('created_at'))}>
|
||||
<div className={classNames('notification notification-list_status focusable', { unread })} tabIndex={0} aria-label={notificationForScreenReader(intl, intl.formatMessage(messages.listStatus, { name: notification.getIn(['account', 'acct']), listName: notification.getIn(['list', 'title']) }), notification.get('created_at'))}>
|
||||
<div className='notification__message'>
|
||||
<Icon id='list-ul' icon={ListAltIcon} />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue