mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-23 05:07:03 +00:00
review: Use is_widget directly instead of using the packageType
This commit is contained in:
@@ -165,9 +165,6 @@ export interface ResolvedConfigOptions extends ConfigOptions {
|
||||
};
|
||||
ssla: string;
|
||||
app_prompt: boolean;
|
||||
// For privacy reasons when lobby is skipped we do not unmute by default on full builds
|
||||
// but for development builds we want to unmute by default to speed up testing.
|
||||
trust_localhost_for_mute_state: boolean;
|
||||
}
|
||||
|
||||
export const DEFAULT_CONFIG: ResolvedConfigOptions = {
|
||||
@@ -182,5 +179,4 @@ export const DEFAULT_CONFIG: ResolvedConfigOptions = {
|
||||
},
|
||||
ssla: "https://static.element.io/legal/element-software-and-services-license-agreement-uk-1.pdf",
|
||||
app_prompt: true,
|
||||
trust_localhost_for_mute_state: false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user