Procházet zdrojové kódy

Remove TODO

The message is required, and has been added to ARP.
Danilo Bargen před 7 roky
rodič
revize
6cf54359d1
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/services/webclient.ts

+ 0 - 1
src/services/webclient.ts

@@ -1749,7 +1749,6 @@ export class WebClientService {
     }
 
     public sendKeyPersisted(): void {
-        // TODO: This message is not defined in ARP. Remove?
         const subType = WebClientService.SUB_TYPE_KEY_PERSISTED;
         this.sendRequestWireMessage(subType, !this.requiresTemporaryIdBackwardsCompatibility)
             .catch(this.logOnReject(WebClientService.TYPE_REQUEST, subType));