|
|
|
@ -4,11 +4,11 @@ import ImmutablePropTypes from 'react-immutable-proptypes'; |
|
|
|
|
import ImmutablePureComponent from 'react-immutable-pure-component'; |
|
|
|
|
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl'; |
|
|
|
|
import classNames from 'classnames'; |
|
|
|
|
import { vote, fetchPoll } from 'mastodon/actions/polls'; |
|
|
|
|
import Motion from 'mastodon/features/ui/util/optional_motion'; |
|
|
|
|
import { vote, fetchPoll } from 'flavours/glitch/actions/polls'; |
|
|
|
|
import Motion from 'flavours/glitch/util/optional_motion'; |
|
|
|
|
import spring from 'react-motion/lib/spring'; |
|
|
|
|
import escapeTextContentForBrowser from 'escape-html'; |
|
|
|
|
import emojify from 'mastodon/features/emoji/emoji'; |
|
|
|
|
import emojify from 'flavours/glitch/util/emoji'; |
|
|
|
|
import RelativeTimestamp from './relative_timestamp'; |
|
|
|
|
|
|
|
|
|
const messages = defineMessages({ |
|
|
|
|