Skip to content
Permalink
Browse files

let site stream url be configurable

  • Loading branch information
jazzychad committed Jul 21, 2013
1 parent 465ee48 commit 7c47f8473b6900236a83c932b4053dda77d00a23
Showing with 3 additions and 1 deletion.
  1. +3 −1 lib/user-stream.js
@@ -57,8 +57,10 @@ Stream.prototype.site_stream = function(user_ids, params) {

params = params || {};
params.follow = user_ids.join(",");
url = params.url || site_stream_url;
delete params.url;

this.do_stream(site_stream_url, params);
this.do_stream(url, params);
}

/**

0 comments on commit 7c47f84

Please sign in to comment.
You can’t perform that action at this time.