MS IZ small webfinger bug fixes
This commit is contained in:
parent
5dea277294
commit
9119d8af93
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class PublicsController < ApplicationController
|
|||
end
|
||||
|
||||
def webfinger
|
||||
@user = Person.first(:email => params[:q].gsub('acct:', '')]
|
||||
@user = Person.first(:email => params[:q].gsub('acct:', ''))
|
||||
render 'webfinger', :layout => false, :content_type => 'application/xrd+xml'
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue