Commit Graph

2 Commits (eb3262b9419afcdcd1761c53d47cd220a04cd07d)

Author SHA1 Message Date
ThibG 89dc29affb Allow webfinger controller to reply to user@WEB_DOMAIN in addition to user@LOCAL_DOMAIN ()
This provides a hotfix for outbound salmon requests to other Mastodon instances
as they currently will try to resovle user@WEB_DOMAIN instead of user@LOCAL_DOMAIN
(see  and ).

Furthermore, this should ease transition from users switching from
LOCAL_DOMAIN = WEB_DOMAIN to another LOCAL_DOMAIN when WEB_DOMAIN does not change.
Matt Jankowski aa90798386 Webfinger resource to extract username from resource string ()
* Add WebfingerResource class to extract usernames

* Use WebfingerResource in xrd#webfinger