Support following the .well-known entries for a username's domain (#209)

This commit is contained in:
Ulyssa 2024-02-28 23:21:31 -08:00 committed by GitHub
parent c5999bffc8
commit 84bc6be822
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 8 deletions

View file

@ -209,7 +209,7 @@ pub fn mock_settings() -> ApplicationSettings {
profile_name: "test".into(),
profile: ProfileConfig {
user_id: user_id!("@user:example.com").to_owned(),
url: Url::parse("https://example.com").unwrap(),
url: None,
settings: None,
dirs: None,
layout: None,