return<Warningmessage={<FormattedMessageid='compose_form.lock_disclaimer'defaultMessage='Your account is not {locked}. Anyone can follow you to view your follower-only posts.'values={{locked:<ahref='/settings/profile'><FormattedMessageid='compose_form.lock_disclaimer.lock'defaultMessage='locked'/></a> }} />}/>;
}
if(hashtagWarning){
return<Warningmessage={<FormattedMessageid='compose_form.hashtag_warning'defaultMessage="This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag."/>}/>;
}
if(directMessageWarning){
return<Warningmessage={<FormattedMessageid='compose_form.direct_message_warning'defaultMessage='This toot will only be sent to all the mentioned users. However, the operators of your instance and any receiving instances may see this message.'/>}/>;
constmessage=(
<span>
<FormattedMessageid='compose_form.direct_message_warning'defaultMessage='This toot will only be sent to all the mentioned users.'/><ahref='/terms'target='_blank'><FormattedMessageid='compose_form.direct_message_warning_learn_more'defaultMessage='Learn more'/></a>
"compose_form.direct_message_warning":"This toot will only be sent to the mentioned users. However, the operators of yours and any of the receiving instances may inspect this message.",
"compose_form.direct_message_warning":"This toot will only be sent to the mentioned users.",
"compose_form.hashtag_warning":"This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag.",
"compose_form.lock_disclaimer":"Your account is not {locked}. Anyone can follow you to view your follower-only posts.",