forgot to rename that ... (fixes #3169)
This commit is contained in:
parent
8386179f16
commit
fe7de0544d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ app.views.Publisher = Backbone.View.extend({
|
|||
}
|
||||
if(app.stream) {
|
||||
statusMessage.set({"user_participation": new app.models.Participation});
|
||||
app.stream.posts.add(statusMessage.toJSON());
|
||||
app.stream.items.add(statusMessage.toJSON());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue