File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,6 @@ export async function setup() {
6666 window . _latestCommitBundle = commitBundle ;
6767 return window . ccModule . MlsTransportResponse . Success . new ( ) ;
6868 } ,
69- async sendMessage ( ) {
70- return window . ccModule . MlsTransportResponse . Success . new ( ) ;
71- } ,
7269 async prepareForTransport (
7370 secret : HistorySecret
7471 ) : Promise < MlsTransportData > {
Original file line number Diff line number Diff line change @@ -109,9 +109,6 @@ export async function setup() {
109109 window . _latestCommitBundle = commitBundle ;
110110 return window . ccModule . MlsTransportResponse . Success . new ( ) ;
111111 } ,
112- async sendMessage ( ) {
113- return window . ccModule . MlsTransportResponse . Success . new ( ) ;
114- } ,
115112 async prepareForTransport (
116113 secret : HistorySecret
117114 ) : Promise < MlsTransportData > {
You can’t perform that action at this time.
0 commit comments