mirror of
https://github.com/flarum/core.git
synced 2025-06-13 18:14:01 +02:00
Fix user profile activity regression
This commit is contained in:
@ -23,7 +23,7 @@ export default class PostedActivity extends Component {
|
||||
near: post.number()
|
||||
}), config: m.route}, [
|
||||
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)))
|
||||
])
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user