mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Topic Auto-Close: admins and mods can set a topic to automatically close after a number of days
This commit is contained in:
@@ -18,7 +18,8 @@ class TopicViewSerializer < ApplicationSerializer
|
||||
:moderator_posts_count,
|
||||
:has_best_of,
|
||||
:archetype,
|
||||
:slug]
|
||||
:slug,
|
||||
:auto_close_at]
|
||||
end
|
||||
|
||||
def self.guardian_attributes
|
||||
|
||||
Reference in New Issue
Block a user