File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ Fix setup widget failing to authenticate.
Original file line number Diff line number Diff line change 4646 "matrix-appservice-bridge" : " ^9.0.0" ,
4747 "matrix-bot-sdk" : " npm:@vector-im/matrix-bot-sdk@^0.6.6-element.1" ,
4848 "matrix-org-irc" : " ^2.0.0" ,
49- "matrix-widget-api" : " ^1.1.1 " ,
49+ "matrix-widget-api" : " ^1.4.0 " ,
5050 "nopt" : " ^6.0.0" ,
5151 "p-queue" : " ^6.6.2" ,
5252 "pg" : " ^8.8.0" ,
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export const ProvisioningApp: React.FC<React.PropsWithChildren<{
7272 return ;
7373 }
7474
75- const widgetApi = new WidgetApi ( widgetId ) ;
75+ const widgetApi = new WidgetApi ( widgetId , '*' ) ;
7676 widgetApi . on ( 'ready' , ( ) => {
7777 console . log ( 'Widget API ready' ) ;
7878 } ) ;
Original file line number Diff line number Diff line change @@ -4259,10 +4259,10 @@ matrix-org-irc@^2.0.0:
42594259 typed-emitter "^2.1.0"
42604260 utf-8-validate "^6.0.3"
42614261
4262- matrix-widget-api@^1.1.1 :
4263- version "1.3.1 "
4264- resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.3.1 .tgz#e38f404c76bb15c113909505c1c1a5b4d781c2f5 "
4265- integrity sha512-+rN6vGvnXm+fn0uq9r2KWSL/aPtehD6ObC50jYmUcEfgo8CUpf9eUurmjbRlwZkWq3XHXFuKQBUCI9UzqWg37Q ==
4262+ matrix-widget-api@^1.4.0 :
4263+ version "1.4.0 "
4264+ resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.4.0 .tgz#e426ec16a013897f3a4a9c2bff423f54ab0ba745 "
4265+ integrity sha512-dw0dRylGQzDUoiaY/g5xx1tBbS7aoov31PRtFMAvG58/4uerYllV9Gfou7w+I1aglwB6hihTREzKltVjARWV6A ==
42664266 dependencies :
42674267 " @types/events" " ^3.0.0"
42684268 events "^3.2.0"
You can’t perform that action at this time.
0 commit comments