mirror of https://github.com/tootsuite/mastodon
Add fallback redirection when getting a webfinger query `WEB_DOMAIN@WEB_DOMAIN` (#28592)
parent
57b72cccc4
commit
079d3e5189
|
@ -20,7 +20,7 @@ module WellKnown
|
|||
def set_account
|
||||
username = username_from_resource
|
||||
@account = begin
|
||||
if username == Rails.configuration.x.local_domain
|
||||
if username == Rails.configuration.x.local_domain || username == Rails.configuration.x.web_domain
|
||||
Account.representative
|
||||
else
|
||||
Account.find_local!(username)
|
||||
|
|
Loading…
Reference in New Issue