element-x-ada/features/messages/impl
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
..
src Send composer analytics when sending a message (#1288) 2023-09-13 07:59:57 +02:00
.gitignore Try splitting messages into api and impl modules 2023-03-03 14:38:05 +01:00
build.gradle.kts [Rich text editor] Integrate rich text editor library (#1172) 2023-09-07 15:21:29 +00:00
consumer-rules.pro Try splitting messages into api and impl modules 2023-03-03 14:38:05 +01:00