Handle ManagedHybrid widgets in useRoomCall and mark them in the widget state event
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -332,7 +332,7 @@ export default class WidgetUtils {
|
||||
client: MatrixClient,
|
||||
roomId: string,
|
||||
widgetId: string,
|
||||
content: IWidget,
|
||||
content: IWidget & Record<string, any>,
|
||||
): Promise<void> {
|
||||
const addingWidget = !!content.url;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user