Increased init notifications to 30.
This commit is contained in:
parent
565beb0580
commit
a644b300bc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module ExtraCollection
|
|||
assets = item.assets(assets)
|
||||
}
|
||||
|
||||
collections[ OnlineNotification.to_app_model ] = OnlineNotification.list(user, 20)
|
||||
collections[ OnlineNotification.to_app_model ] = OnlineNotification.list(user, 30)
|
||||
assets = ApplicationModel.assets_of_object_list(collections[ OnlineNotification.to_app_model ], assets)
|
||||
|
||||
collections[ RecentView.to_app_model ] = RecentView.list(user, 10)
|
||||
|
|
Loading…
Reference in a new issue