Actions
Bug #7708
closedConnections privacy check only checking the first few hundred connections
Description
A user with a significant amount of connections might start seeing issues with connections privacy check since getActiveConnections only returns the first 200 connections. Update the usage to be like CB Activity usage which is a faster query and grabs all connection ids.
Actions