|
|
@ -91,7 +91,7 @@ const StatusContent = React.createClass({
|
|
|
|
const { status } = this.props;
|
|
|
|
const { status } = this.props;
|
|
|
|
const { hidden } = this.state;
|
|
|
|
const { hidden } = this.state;
|
|
|
|
|
|
|
|
|
|
|
|
const content = { __html: emojify(status.get('content')) };
|
|
|
|
const content = { __html: emojify(status.get('content')).replace(/\n/g, '') };
|
|
|
|
const spoilerContent = { __html: emojify(escapeTextContentForBrowser(status.get('spoiler_text', ''))) };
|
|
|
|
const spoilerContent = { __html: emojify(escapeTextContentForBrowser(status.get('spoiler_text', ''))) };
|
|
|
|
const directionStyle = { direction: 'ltr' };
|
|
|
|
const directionStyle = { direction: 'ltr' };
|
|
|
|
|
|
|
|
|
|
|
|