Extend the Core/Newsfeed/Controller to be able to support unseen 'top' content

  • 'api/v3/newsfeed/feed/unseen-top' endpoint
  • Using a salted hash, so that we can see what a user has seen, record a list of seen entities in a redis key (use a 24 hour ttl).
  • When fetching the top content, exclude the already seen keys
Edited by Mark Harding