mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 06:03:39 +08:00
Fix user profile activity regression
This commit is contained in:
parent
62dac9b1ee
commit
c1af216872
|
@ -23,7 +23,7 @@ export default class PostedActivity extends Component {
|
||||||
near: post.number()
|
near: post.number()
|
||||||
}), config: m.route}, [
|
}), config: m.route}, [
|
||||||
m('ul.list-inline', listItems(this.headerItems().toArray())),
|
m('ul.list-inline', listItems(this.headerItems().toArray())),
|
||||||
m('div.body', m.trust(post.excerpt()))
|
m('div.body', m.trust(post.contentPlain().substring(0, 200)))
|
||||||
])
|
])
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user