Support remote follow request providing URL instead of acct
This commit is contained in:
parent
d7dc84439c
commit
8724094ed0
3 changed files with 24 additions and 2 deletions
|
@ -14,7 +14,8 @@
|
|||
%strong= display_name(@account)
|
||||
%span= "@#{@account.acct}"
|
||||
|
||||
.account__header__content= Formatter.instance.simplified_format(@account)
|
||||
- unless @account.note.blank?
|
||||
.account__header__content= Formatter.instance.simplified_format(@account)
|
||||
|
||||
= form_tag authorize_follow_path, method: :post, class: 'simple_form' do
|
||||
= hidden_field_tag :acct, @account.acct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue