mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
enable to device by default
This commit is contained in:
@@ -120,7 +120,7 @@ export const useNewMembershipManagerSetting = new Setting<boolean>(
|
|||||||
|
|
||||||
export const useExperimentalToDeviceTransportSetting = new Setting<boolean>(
|
export const useExperimentalToDeviceTransportSetting = new Setting<boolean>(
|
||||||
"experimental-to-device-transport",
|
"experimental-to-device-transport",
|
||||||
false,
|
true,
|
||||||
);
|
);
|
||||||
|
|
||||||
export const alwaysShowSelf = new Setting<boolean>("always-show-self", true);
|
export const alwaysShowSelf = new Setting<boolean>("always-show-self", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user