mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: RSS feeds should use created_at not bumped_at
This commit is contained in:
@@ -34,7 +34,8 @@ class TopicQuery
|
||||
'posts' => 'posts_count',
|
||||
'activity' => 'bumped_at',
|
||||
'posters' => 'participant_count',
|
||||
'category' => 'category_id'
|
||||
'category' => 'category_id',
|
||||
'created' => 'created_at'
|
||||
}
|
||||
|
||||
def initialize(user=nil, options={})
|
||||
|
||||
Reference in New Issue
Block a user