Add managed hybrid call widgets when supported
If your homeserver is configured with an experiment `widget_build_url`, this will take over the functionality of the call buttons and turn them into a general widget installer.
This commit is contained in:
@@ -41,7 +41,7 @@ export enum Container {
|
||||
// are only two containers, and that only the top container is special.
|
||||
}
|
||||
|
||||
interface IStoredLayout {
|
||||
export interface IStoredLayout {
|
||||
// Where to store the widget. Required.
|
||||
container: Container;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user