Add default for disable_local_channels. Missed this last time.
This commit is contained in:
parent
341f971efa
commit
0c512421c5
1 changed files with 1 additions and 0 deletions
|
@ -773,6 +773,7 @@ set_default_conf(void)
|
|||
ConfigChannel.no_create_on_split = YES;
|
||||
ConfigChannel.resv_forcepart = YES;
|
||||
ConfigChannel.channel_target_change = YES;
|
||||
ConfigChannel.disable_local_channels = NO;
|
||||
|
||||
ConfigServerHide.flatten_links = 0;
|
||||
ConfigServerHide.links_delay = 300;
|
||||
|
|
Loading…
Reference in a new issue