2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

FEATURE: staff can set a timer to remind them about a topic

This commit is contained in:
Neil Lalonde 2017-05-16 14:49:42 -04:00
parent 2e152f4d39
commit 7821400141
20 changed files with 255 additions and 42 deletions

View file

@ -390,7 +390,7 @@ class PostCreator
end
def update_topic_auto_close
topic_timer = @topic.topic_timer
topic_timer = @topic.public_topic_timer
if topic_timer &&
topic_timer.based_on_last_post &&