Update analytics sdk to v0.8.0 (#1284)

Integrates a few breaking changes introducing a `messageType` Composer prop:
- Sends `messageType` = Text by default in composer.
- Refactors existing location analytics to send the appropriate `messageType`.
This commit is contained in:
Marco Romano 2023-09-12 14:01:33 +02:00 committed by GitHub
parent a4c9c55a8b
commit 00d21e24e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 13 deletions

View file

@ -153,7 +153,7 @@ class MessageComposerPresenter @Inject constructor(
inThread = messageComposerContext.composerMode.inThread,
isEditing = messageComposerContext.composerMode.isEditing,
isReply = messageComposerContext.composerMode.isReply,
isLocation = false,
messageType = Composer.MessageType.Text,
)
)
}