element-x-ada/libraries/eventformatter
Marco Romano 5a7f77bc92
Extract more content from audio messages. (#1607)
`TimelineItemAudioContent`:
- Use `java.time.Duration` instead of milliseconds. This will ease up things in the future because currently milliseconds are sent over the wire but in the future seconds will be sent (as per the stable MSC). Using `Duration` will allow our downstream code to be independent of what's passed over the wire.
- Rename `audioSource` property to `mediaSource` to better match its type.

`AudioMessageType`:
- Add and populate new fields `details` and `isVoiceMessage` to be used by voice messages.
2023-10-19 13:32:43 +02:00
..
api Process state event in timeline - WIP 2023-05-25 14:16:23 +02:00
impl Extract more content from audio messages. (#1607) 2023-10-19 13:32:43 +02:00
test Rename processMessageItem to simple format 2023-05-25 14:16:23 +02:00