Releases: matrix-hacks/ichat2json
Releases · matrix-hacks/ichat2json
v1.3.1
ichat2json v1.3.0
- Added
isRead
key. This is valid for both incoming and outgoing direct messages. It appears to be always false for multiparty chats.
ichat2json v1.1.0
- Add isMultiParty boolean to every message to know if it is part of a group chat or not
- Add
files
array with string keysid
andname
which allowing you to locate file attachments (e.g. picture messages) - Fix an issue where subject being nil would leave cause the JSON to be missing other, more important information.
ichat2json v1.0.1
Tested against my entire archive of ichat files.
It should be robust now.