Is it Possible to Programmatically Override Activity Story LastUpdate Date on Creation?

Background: Migrating approximately 64,000 posts using REST API to create threads/replies.

Issue: Date for posts entered appropriately. Activity Story Stream uses the REST Migration date instead of the post date/time, pushing other, non-migrated content down 64K spaces.

Activity Story has correct "Created" date but LastUpdate shows the migration time (which I suppose is technically correct) not the merged date.

Is there a method to override this?

Parents Reply Children
  • For any searching later before the bug has been fixed, we ended up needing to update both the Stories and the Story Actors using a join of the table on the StoryId. Has the slight disadvantage of all of the replies being at the "same time" as the original post, but for the needs of our use case, that's an optimization we can live with rather than trying to dig into every story id to trace back to the source and then cross that with the original date/times from the source. Thanks Ben.