Skip to content

Fix CommentPatch sending a CommentCreated to RabbitMQ

Tim Dahmen requested to merge fix-comment-duplication into master

Fix the comment duplication in the Frontend, caused by sending CommentCreated when patching a Comment.
After this MR there is a CommentPatched send to the stream of RabbitMQ as it´s supposed to.

Merge request reports