kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix remote follow button for remote accounts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>profile-avatar-switcher
rodzic
ba0246789a
commit
8b7890f6aa
|
@ -88,7 +88,7 @@ class ActionButton extends ImmutablePureComponent {
|
||||||
if (!me) {
|
if (!me) {
|
||||||
// Remote follow
|
// Remote follow
|
||||||
return (<form method='POST' action='/main/ostatus'>
|
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='' />
|
<input type='hidden' name='profile' value='' />
|
||||||
<Button className='logo-button' text={intl.formatMessage(messages.remote_follow)} click='submit' />
|
<Button className='logo-button' text={intl.formatMessage(messages.remote_follow)} click='submit' />
|
||||||
</form>);
|
</form>);
|
||||||
|
|
Ładowanie…
Reference in New Issue