mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Support following the .well-known entries for a username's domain (#209)
This commit is contained in:
parent
c5999bffc8
commit
84bc6be822
4 changed files with 29 additions and 8 deletions
|
@ -505,7 +505,7 @@ pub enum Layout {
|
|||
#[derive(Clone, Deserialize)]
|
||||
pub struct ProfileConfig {
|
||||
pub user_id: OwnedUserId,
|
||||
pub url: Url,
|
||||
pub url: Option<Url>,
|
||||
pub settings: Option<Tunables>,
|
||||
pub dirs: Option<Directories>,
|
||||
pub layout: Option<Layout>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue