mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-27 01:48:13 +00:00
GetChannelScopeAdoption was capped at the top 30 channels by message volume, silently hiding quieter channels from the Scopes tab. Channel cardinality is bounded by the 1-byte hash space, so the cap wasn't protecting against anything real — removed it. Client gets a filter (All/Unencrypted/Encrypted) based on the 'enc_' channel_hash prefix db.go already uses for channels the ingestor couldn't decrypt, so a visitor can separate plain channels from encrypted ones without hunting through a long unfiltered list.