WIP: epic/post-scheduler
1/3 threads resolved
- Owner
Excited about this! :)
added 1 commit
- 478bdc45 - (feat) blog linked activities should inherit time_created
- Resolved by Juan Manuel Solaro
added 2 commits
resolved all threads
added 1 commit
- b9e36ab7 - (feat) top feeds should be filter by created time
added 1 commit
- adc64ef1 - (fix) change spec it_should_not_save_when_previous_activity to...
added 1 commit
- d73a5a51 - (feat) filter activities by time_created to get scheduled
1 <?php - Owner
this endpoint feels like its in the wrong place. All of the other feeds reside in api/v2/feeds
295 288 } 296 289 } 297 290 291 292 if (isset($_POST['time_created'])) { 293 $timeCreatedDelegate = new Core\Feeds\Activity\Delegates\TimeCreatedDelegate(); - Owner
When in the blogs context, I don't think we should be calling foreign delegates. This looks more like a manager/event use case