mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: Should be 30 topics on desktop, 15 on android
This commit is contained in:
parent
25755efeee
commit
c15f78f9c9
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class TopicQuery
|
|||
protected
|
||||
|
||||
def per_page_setting
|
||||
@options[:slow_platform] ? 30 : 15
|
||||
@options[:slow_platform] ? 15 : 30
|
||||
end
|
||||
|
||||
def create_list(filter, options={}, topics = nil)
|
||||
|
|
Loading…
Reference in a new issue