Remove extra cross-post lines

This commit is contained in:
Dessalines 2021-03-25 13:30:25 -04:00
parent d8346d9e95
commit 5ca2c8a7cf

View file

@ -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;
}