Add fallback redirection when getting a webfinger query WEB_DOMAIN@WEB_DOMAIN (#28592)

This commit is contained in:
Claire 2024-01-04 15:14:46 +01:00 committed by GitHub
parent da7290839a
commit 419c659bc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ module WellKnown
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)