mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Allow WifiLan upgrades in config
PiperOrigin-RevId: 408753729
This commit is contained in:
@@ -69,6 +69,7 @@ BwuManager::BwuManager(
|
||||
}
|
||||
if (config_.allow_upgrade_to.All(false)) {
|
||||
config_.allow_upgrade_to.web_rtc = true;
|
||||
config_.allow_upgrade_to.wifi_lan = true;
|
||||
}
|
||||
if (!handlers.empty()) {
|
||||
handlers_ = std::move(handlers);
|
||||
|
||||
Reference in New Issue
Block a user