mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 08:08:20 -05: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.