mirror of
https://github.com/discourse/discourse.git
synced 2025-04-02 04:18:54 +08:00

Adds a new slow mode for topics that are heating up. Users will have to wait for a period of time before being able to post again. We store this interval inside the topics table and track the last time a user posted using the last_posted_at datetime in the TopicUser relation.