Add update_nickname_on_user_fetch to description.exs
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
1455450e42
commit
25ac4b10dc
1 changed files with 13 additions and 0 deletions
|
@ -3462,5 +3462,18 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
%{
|
||||||
|
group: :pleroma,
|
||||||
|
key: Pleroma.Web.WebFinger,
|
||||||
|
type: :group,
|
||||||
|
description: "Webfinger",
|
||||||
|
children: [
|
||||||
|
%{
|
||||||
|
key: :update_nickname_on_user_fetch,
|
||||||
|
type: :boolean,
|
||||||
|
description: "Update nickname according to host-meta, when refetching the user"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue