@@ -67,7 +67,7 @@ impl SignalerChannelInner {
6767 let server_response: OwnedValue = super :: get_http_client ( )
6868 . post ( Url :: parse_with_params ( GCM_SIGNALER_SRQE , [ ( "key" , & self . tango_key ) ] ) ?)
6969 . header ( header:: CONTENT_TYPE , "application/json+protobuf" )
70- . body ( format ! ( r#"[[null,null,null,[7 ,5],null,[["youtube_live_chat_web"],[1],[[["{}"]]]]]]"# , self . topic) )
70+ . body ( format ! ( r#"[[null,null,null,[8 ,5],null,[["youtube_live_chat_web"],[1],[[["{}"]]]]]]"# , self . topic) )
7171 . send ( )
7272 . await ?
7373 . simd_json ( )
@@ -83,7 +83,7 @@ impl SignalerChannelInner {
8383 ofs_parameters. insert ( "ofs" , "0" . to_string ( ) ) ;
8484 ofs_parameters. insert (
8585 "req0___data__" ,
86- format ! ( r#"[[["1",[null,null,null,[7 ,5],null,[["youtube_live_chat_web"],[1],[[["{}"]]]],null,null,1],null,3]]]"# , self . topic)
86+ format ! ( r#"[[["1",[null,null,null,[8 ,5],null,[["youtube_live_chat_web"],[1],[[["{}"]]]],null,null,1],null,3]]]"# , self . topic)
8787 ) ;
8888 self . session_n = 1 ;
8989 let ofs = super :: get_http_client ( )
@@ -94,7 +94,6 @@ impl SignalerChannelInner {
9494 ( "gsessionid" , self . gsessionid . as_ref ( ) . unwrap ( ) ) ,
9595 ( "key" , & self . tango_key ) ,
9696 ( "RID" , & self . rid . to_string ( ) ) ,
97- ( "AID" , & self . aid . to_string ( ) ) ,
9897 ( "CVER" , "22" ) ,
9998 ( "zx" , Self :: gen_zx ( ) . as_ref ( ) ) ,
10099 ( "t" , "1" )
0 commit comments