Merge branch 'fix-remote-follow' into 'develop'
Fix remote follow button for remote accounts See merge request soapbox-pub/soapbox-fe!790
This commit is contained in:
commit
0aa36c70bd
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class ActionButton extends ImmutablePureComponent {
|
|||
if (!me) {
|
||||
// Remote follow
|
||||
return (<form method='POST' action='/main/ostatus'>
|
||||
<input type='hidden' name='nickname' value={account.get('username')} />
|
||||
<input type='hidden' name='nickname' value={account.get('acct')} />
|
||||
<input type='hidden' name='profile' value='' />
|
||||
<Button className='logo-button' text={intl.formatMessage(messages.remote_follow)} click='submit' />
|
||||
</form>);
|
||||
|
|
Loading…
Reference in a new issue