element-x-ada/features/messages
Marco Romano f327726f53
Send composer analytics when sending a message (#1288)
Composer event are not sent to posthog when sending messages.

After investigation I've found that in `MessageComposerPresenter` the `analyticsService.capture()` call is invoked in the `SetMode` event handler rather than in the `SendMessage` event handler.

This change should result in the desired behavior.
2023-09-13 07:59:57 +02:00
..
api [Rich text editor] Integrate rich text editor library (#1172) 2023-09-07 15:21:29 +00:00
impl Send composer analytics when sending a message (#1288) 2023-09-13 07:59:57 +02:00
test Extract MessageComposerContext class from MessageComposerPresenter (#876) 2023-07-14 11:32:09 +00:00