-
-
Notifications
You must be signed in to change notification settings - Fork 860
Closed
Milestone
Description
Bug Report
Current Behavior
When deleting the discussion, the comment count (users.comment_count in the database) doesn't get updated. Only after creating a new discussion, this will get a correct value again.
Steps to Reproduce
- Log into an empty instance, as Admin
- Create a new discussion
- Check the profile page : should have Posts 1 and Discussions 1.
- Delete the discussion that was created (delete forever)
- Check the profile page : should have Posts 1 and Discussions 0.
Expected Behavior
At step 5. there should be Posts 0
Environment
- Flarum version: 0.1.0-beta.13
- Website URL: localhost
- Webserver: nginx
- Hosting environment: local
- PHP version: 7.3.19
- Browser: Google Chrome Version 83.0.4103.116
(I Hope this isn't a duplicate, I didn't find anything when searching for this issue...)