mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-24 23:31:30 +00:00
Remove extra cross-post lines
This commit is contained in:
parent
d8346d9e95
commit
5ca2c8a7cf
|
@ -1293,7 +1293,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
|||
let post = this.props.post_view.post;
|
||||
let body = `${i18n.t("cross_posted_from")} ${
|
||||
post.ap_id
|
||||
}\n\n---\n\n${post.body.replace(/^/gm, "> ")}`;
|
||||
}\n\n${post.body.replace(/^/gm, "> ")}`;
|
||||
return body;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue