tactilenews / 100eyes

Dialogtechnologie für den Pivot to People invented by tactile.news GmbH
MIT License
10 stars 1 forks source link

[BUG] Direct message sending broken #2054

Closed mattwr18 closed 1 month ago

mattwr18 commented 1 month ago

Steps to reproduce

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.