Fix post socketing

This commit is contained in:
Raphael Sofaer 2011-07-21 13:26:48 -07:00
parent a5fd01cc09
commit 333e56b4d9

View file

@ -133,7 +133,7 @@ var WebSocketReceiver = {
processPost: function(className, postId, html, aspectIds) {
if(WebSocketReceiver.onPageForAspects(aspectIds)) {
ContentUpdater.addPostToStream(postId, html);
ContentUpdater.addPostToStream(html);
}
},