Skip to content
Snippets Groups Projects
Commit 330e320b authored by Colin Dean's avatar Colin Dean Committed by Eugen Rochko
Browse files

Adds follow action timestamp to notification (#8756)

Fixes #8755
parent 8bae1459
No related branches found
No related tags found
No related merge requests found
......@@ -85,8 +85,9 @@ class Notification extends ImmutablePureComponent {
<div className='notification__favourite-icon-wrapper'>
<i className='fas fa-fw fa-user-plus' />
</div>
<FormattedMessage id='notification.follow' defaultMessage='{name} followed you' values={{ name: link }} />
<span title={notification.get('created_at')}>
<FormattedMessage id='notification.follow' defaultMessage='{name} followed you' values={{ name: link }} />
</span>
</div>
<AccountContainer id={account.get('id')} withNote={false} hidden={this.props.hidden} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment