Эх сурвалжийг харах

Remove TODO

The message is required, and has been added to ARP.
Danilo Bargen 7 жил өмнө
parent
commit
6cf54359d1

+ 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));