Skip to content

Instantly share code, notes, and snippets.

@joelklabo
Created November 29, 2011 21:50
Show Gist options
  • Save joelklabo/1406711 to your computer and use it in GitHub Desktop.
Save joelklabo/1406711 to your computer and use it in GitHub Desktop.
if (!params.type || (params.type == 'following' && yam.currentUser.treatments.algo_feed)) {
// users may have hardlinked /threads/index?type=following
// so we want to check and show the preferred feed instead
params.type = yam.currentUser.getPreferredFeedType();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment