Fix post socketing
This commit is contained in:
parent
a5fd01cc09
commit
333e56b4d9
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ var WebSocketReceiver = {
|
|||
|
||||
processPost: function(className, postId, html, aspectIds) {
|
||||
if(WebSocketReceiver.onPageForAspects(aspectIds)) {
|
||||
ContentUpdater.addPostToStream(postId, html);
|
||||
ContentUpdater.addPostToStream(html);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue