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:
parent
5a2595a093
commit
569832bc24
4 changed files with 21 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue