mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
Issue #197: Make PostStreamScrubber display numbers relating to only comment posts
This commit is contained in:
@@ -212,6 +212,7 @@ class PostStream extends Component {
|
||||
attrs['data-time'] = time.toISOString();
|
||||
attrs['data-number'] = post.number();
|
||||
attrs['data-id'] = post.id();
|
||||
attrs['data-type'] = post.contentType();
|
||||
|
||||
// If the post before this one was more than 4 hours ago, we will
|
||||
// display a 'time gap' indicating how long it has been in between
|
||||
|
Reference in New Issue
Block a user