No errors, but message does not arrive to the contributor
Issue
We refactored the request broadcasting/message sending in https://github.com/tactilenews/100eyes/pull/1946, which among other things, removed the after create commit that handled the sending of the messages in favor of an instance method that could be called, which handles this. We then did not add the call to send the message to the messages controller that handles the direct message creation.
Steps to reproduce
/:id/contributors/:id/conversations
Issue
We refactored the request broadcasting/message sending in https://github.com/tactilenews/100eyes/pull/1946, which among other things, removed the after create commit that handled the sending of the messages in favor of an instance method that could be called, which handles this. We then did not add the call to send the message to the messages controller that handles the direct message creation.