mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
We added this constraint in 5bd55acf835e79ba8f8b655c684035c3f2293652 but it is causing problems in hosted sites and is catching the issue too far down the line. This commit removes the constraint for now, and also fixes an issue found with PostDestroyer which wasn't using the UserStatCountUpdater when updating post_count and thus was causing negative numbers to occur.