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:
parent
2e152f4d39
commit
7821400141
20 changed files with 255 additions and 42 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue