فهرست منبع

Remove TODO

The message is required, and has been added to ARP.
Danilo Bargen 7 سال پیش
والد
کامیت
6cf54359d1
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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));