Actions
Feature proposal #7588
closedImprove connection activity output to be query based
Feature proposal #7588:
Improve connection activity output to be query based
Description
Currently this is grabbing all of the users connections, looping the array, and turning them into assets then adding them to the assets array. This is fine for a few connections, but will quickly get out of hand. This should ideally just query for this information probably using a subquery.
Actions