about summary refs log tree commit diff
path: root/app/views/well_known/webfinger/show.json.rabl
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/well_known/webfinger/show.json.rabl')
-rw-r--r--app/views/well_known/webfinger/show.json.rabl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/well_known/webfinger/show.json.rabl b/app/views/well_known/webfinger/show.json.rabl
index e637ed9d3..67874da78 100644
--- a/app/views/well_known/webfinger/show.json.rabl
+++ b/app/views/well_known/webfinger/show.json.rabl
@@ -3,7 +3,7 @@ object @account
 node(:subject) { @canonical_account_uri }
 
 node(:aliases) do
-  [TagManager.instance.url_for(@account)]
+  [TagManager.instance.url_for(@account), TagManager.instance.uri_for(@account)]
 end
 
 node(:links) do