From: Eugen Rochko Date: Mon, 26 Dec 2016 20:52:03 +0000 (+0100) Subject: Follow requests send e-mail notifications, but are excluded from notifications API X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=2146ac91a004bad2a6c4dc1d01599a85515928f5;p=mastodon.git Follow requests send e-mail notifications, but are excluded from notifications API Better initial state for unlisted/nsfw toggles --- diff --git a/app/assets/javascripts/components/features/compose/components/compose_form.jsx b/app/assets/javascripts/components/features/compose/components/compose_form.jsx index 760b0efd1..012e39c91 100644 --- a/app/assets/javascripts/components/features/compose/components/compose_form.jsx +++ b/app/assets/javascripts/components/features/compose/components/compose_form.jsx @@ -20,6 +20,7 @@ const messages = defineMessages({ const ComposeForm = React.createClass({ propTypes: { + intl: React.PropTypes.object.isRequired, text: React.PropTypes.string.isRequired, suggestion_token: React.PropTypes.string, suggestions: ImmutablePropTypes.list, @@ -129,7 +130,7 @@ const ComposeForm = React.createClass({ - + {({ opacity, height }) => - + {({ opacity, height }) =>