mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
Include a list of more new topics in the digest emails at the bottom
This commit is contained in:
@ -200,7 +200,7 @@ class Topic < ActiveRecord::Base
|
||||
.created_since(since)
|
||||
.listable_topics
|
||||
.order(:percent_rank)
|
||||
.limit(5)
|
||||
.limit(100)
|
||||
end
|
||||
|
||||
def update_meta_data(data)
|
||||
|
Reference in New Issue
Block a user