feat(Label): Use capability-aware label availability in websocket injection.

This commit is contained in:
dab246
2026-03-03 15:23:57 +07:00
committed by Dat H. Pham
parent 2e6e1fcdc8
commit b2338a1160
7 changed files with 33 additions and 25 deletions
@@ -236,7 +236,7 @@ class LabelApi
log('LabelAPI::getChanges: '
'newStateChanges=${changes.newState} | '
'newStateLabel=$newStateLabel | '
'hasMore=${changes.hasMoreChanges}'
'hasMore=${changes.hasMoreChanges} | '
'updatedFetched=${updatedResult.labels?.length} | '
'createdFetched=${createdResult.labels?.length} | '
'totalDestroyed=${allDestroyedIds.length}');