Skip to content

Instantly share code, notes, and snippets.

@matthisk
Created October 28, 2015 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthisk/47f4047ba41fcf72ff10 to your computer and use it in GitHub Desktop.
Save matthisk/47f4047ba41fcf72ff10 to your computer and use it in GitHub Desktop.
Stream JS example: Activity copy limit
// Don't copy over history
user1.follow('user', '2', { limit: 0 });
// Copy over a maximum of 300 activities
user1.follow('user', '3', { limit: 300 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment