mirror of
https://github.com/flarum/core.git
synced 2025-10-11 23:14:29 +02:00
Make some changes to facilitate updates to mentions extension
This commit is contained in:
@@ -16,7 +16,7 @@ export default class PostPreview extends Component {
|
||||
view() {
|
||||
const post = this.props.post;
|
||||
const user = post.user();
|
||||
const excerpt = highlight(post.contentPlain(), this.props.highlight, 200);
|
||||
const excerpt = highlight(post.contentPlain(), this.props.highlight, 300);
|
||||
|
||||
return (
|
||||
<a className="PostPreview" href={app.route.post(post)} config={m.route} onclick={this.props.onclick}>
|
||||
|
Reference in New Issue
Block a user