瀏覽代碼

Avoids sending sub/changed if it really hasn't

main
Eric Amodio 2 年之前
父節點
當前提交
c76bb65ba7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/plus/subscription/subscriptionService.ts

+ 1
- 1
src/plus/subscription/subscriptionService.ts 查看文件

@ -889,7 +889,7 @@ export class SubscriptionService implements Disposable {
: {}),
};
this.container.telemetry.sendEvent(previous == null ? 'subscription' : 'subscription/changed', data);
this.container.telemetry.sendEvent(matches ? 'subscription' : 'subscription/changed', data);
});
// If the previous and new subscriptions are exactly the same, kick out

||||||
x
 
000:0
Loading…
取消
儲存