File tree Expand file tree Collapse file tree
src/chat/interface/mediaengine Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,16 +238,19 @@ function createEmbedURLMedia(url) {
238238 var validationState = accountHelper . getCurrentValidationState ( ) ;
239239 var win = elm . contentWindow ;
240240 if ( validationState ) {
241- win . postMessage ( {
242- type : "RRUserInfo" ,
243- username : validationState . username . trim ( ) ,
244- displayName : validationState . displayName . trim ( ) ,
245- color : validationState . color ,
246- font : validationState . font
247- } , elm . src ) ;
241+ win . postMessage (
242+ {
243+ type : "RRUserInfo" ,
244+ username : validationState . username . trim ( ) ,
245+ displayName : validationState . displayName . trim ( ) ,
246+ color : validationState . color ,
247+ font : validationState . font ,
248+ } ,
249+ "*"
250+ ) ;
248251 }
249252 } ;
250- }
253+ } ,
251254 } ,
252255 getMediaPlayingMenuBar ( ) ,
253256 ] ) ;
Original file line number Diff line number Diff line change 1- {"timestamp" :" 1761745465669 " }
1+ {"timestamp" :" 1761746293574 " }
You can’t perform that action at this time.
0 commit comments