mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Should be 30 topics on desktop, 15 on android
This commit is contained in:
@@ -157,7 +157,7 @@ class TopicQuery
|
|||||||
protected
|
protected
|
||||||
|
|
||||||
def per_page_setting
|
def per_page_setting
|
||||||
@options[:slow_platform] ? 30 : 15
|
@options[:slow_platform] ? 15 : 30
|
||||||
end
|
end
|
||||||
|
|
||||||
def create_list(filter, options={}, topics = nil)
|
def create_list(filter, options={}, topics = nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user