mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 04:18:23 +00:00
21c53ed249
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.