We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current Behavior When I write a post and then another post where I mention a user, I get an error:
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`flarum`.`post_mentions_user`, CONSTRAINT `post_mentions_user_post_id_foreign` FOREIGN KEY (`post_id`) REFERENCES `posts` (`id`) ON DELETE CASCADE)
Steps to Reproduce 1.Enable Auto merge double posts 2. Write a post in which you mention a user
Auto merge double posts
Screenshots
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Current Behavior
When I write a post and then another post where I mention a user, I get an error:
Steps to Reproduce
1.Enable
Auto merge double posts
2. Write a post in which you mention a user
Screenshots
Environment
The text was updated successfully, but these errors were encountered: