/* `` ================= Originally a part of ``, but extracted into a separate component for better documentation and maintainance by @kibi@glitch.social as a part of glitch-soc/mastodon. */ /* * * * */ /* Imports: -------- */ // Package imports // import React from 'react'; import PropTypes from 'prop-types'; import ImmutablePropTypes from 'react-immutable-proptypes'; import escapeTextContentForBrowser from 'escape-html'; import { defineMessages, injectIntl } from 'react-intl'; import { FormattedMessage } from 'react-intl'; // Mastodon imports // import emojify from '../../../mastodon/emoji'; const messages = defineMessages({ deleteNotification: { id: 'status.dismiss_notification', defaultMessage: 'Dismiss notification' }, }); /* * * * */ /* The `` component: -------------------------------- The `` component holds a status's prepend, ie the text that says “X reblogged this,” etc. It is represented by an `