Browse Source
- Add deduplication logic to getMembersForVisibility() method to prevent duplicate entries - Fix timing issue with isManualRefresh flag reset in showSetBulkVisibilityDialog() - Ensure Visibility dialog shows each member only once when following Admit dialog - Remove debugging console logs after issue resolution The issue was caused by multiple calls to getMembersForVisibility() returning duplicate member entries, which were then displayed in the Visibility dialog. The fix deduplicates members by DID to ensure each member appears only once.pull/211/head
1 changed files with 12 additions and 4 deletions
Loading…
Reference in new issue