When a rate limit is hit, our content-saving logic discards what was entered. It shouldn't.
Fixed on db/8217
Test with an absurd limit like: forgediscussion.rate_limits_per_user = {"400000000": 1} and then create a discussion thread.
forgediscussion.rate_limits_per_user = {"400000000": 1}
Merged.
Log in to post a comment.
Fixed on db/8217
Test with an absurd limit like:
forgediscussion.rate_limits_per_user = {"400000000": 1}
and then create a discussion thread.Merged.