mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
make option name less redundant
This commit is contained in:
parent
0a6d2b2731
commit
ae920fdbe8
3 changed files with 3 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ pub(crate) struct Config {
|
|||
#[serde(deny_unknown_fields)]
|
||||
pub(crate) struct MediaConfig {
|
||||
#[serde(default)]
|
||||
pub(crate) serve_media_unauthenticated: bool,
|
||||
pub(crate) allow_unauthenticated_access: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue