I’m working on improving the sorting so it mixes them a little better but at the moment that’s correct.
Say you have 3 communities in the group, I run 3 requests for posts for community 1, 2, and 3. These are individually sorted by the filter selected by the user (Hot, Active, New…) but not sorted as a group as the API doesn’t have any kind of grouping.
My WIP currently has me mixing them based on the published date which I think would make more sense but the problem there is it kills the “Hot” or “Active” sorting options.
I’m open to any suggestions on how this can be handled better.