Fix remote follow button for remote accounts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
ba0246789a
commit
8b7890f6aa
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