Revert "Added realtime streams for all and showstream timelines"
This reverts commit 49e91ec7d0
.
This commit is contained in:
@@ -8,17 +8,8 @@ var MeteorUpdater = function()
|
||||
|
||||
init: function(server, port, timeline)
|
||||
{
|
||||
var screen_name;
|
||||
|
||||
Meteor.callbacks["process"] = function(data) {
|
||||
var d = JSON.parse(data);
|
||||
screen_name = d['user']['screen_name'];
|
||||
|
||||
if (timeline == 'public' ||
|
||||
$('address .url')[0].href+screen_name+'/all' == window.location.href ||
|
||||
$('address .url')[0].href+screen_name == window.location.href) {
|
||||
RealtimeUpdate.receive(d);
|
||||
}
|
||||
RealtimeUpdate.receive(JSON.parse(data));
|
||||
};
|
||||
|
||||
Meteor.host = server;
|
||||
|
Reference in New Issue
Block a user