mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: User stream was loading the same page over and over once you scrolled past 60
items.
This commit is contained in:
parent
d3b3d115ce
commit
74b661317c
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ Discourse.User = Discourse.Model.extend({
|
|||
}
|
||||
|
||||
var stream = Discourse.UserStream.create({
|
||||
totalItems: 0,
|
||||
itemsLoaded: 0,
|
||||
content: [],
|
||||
filter: filter,
|
||||
user: this
|
||||
|
|
Loading…
Reference in a new issue