I have the Action "completed" for the Object "race" setup like this:
- Past: John Doe completed Example Race
- Present: John Doe will be competing today in Example Race
The problem is when I post an action for a past completed race and then post an action for a current race. It mixes the two when it shows recent activity, say I post Example Current Race as the present race with expires_in set, and Past Race with the expires_in not set.
I would get this in my profile:
John Doe will be competing today in Example Current Race, and Past Race.
or something like:
John Doe will be competing today in Example Current Race, and 2 other races.
if I posted multiple non-present races.
You get how this would be bad, how do I prevent these two from "mixing" as recent activities in my profile, do I have to make a separate action and just have it reserved for past or present actions?