Select the types of activity you want to include in your feed.
fix: Fix reorder variant string length issues
Depending on the order strings were given the recombined, ordered strings could have null/undefined in them due to bad logic. Refactor entire approach to be parameter order invariant.