Fix #690 - Webfinger should handle new shortform profile URLs now (nice)
This commit is contained in:
parent
448a07cc3f
commit
1c6b02f936
3 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
object @account
|
||||
|
||||
attributes :id, :username, :acct, :display_name, :locked
|
||||
attributes :id, :username, :acct, :display_name, :locked, :created_at
|
||||
|
||||
node(:note) { |account| Formatter.instance.simplified_format(account) }
|
||||
node(:url) { |account| TagManager.instance.url_for(account) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue