ok, so the āmessageā is a git commit in the git repo named āconversationIdā found in ~/.local/share/jami/<accountId>/conversations/<conversationId>/ where I see 4 directories (admins, devices, invited, members) on one box and (admins, CRLs, devices, invited) on another box.
But still, where to look after the two text messages exchanged between Alice and Bob ?
edit: the message is the message of the commit as seen with git log. Still is there an API to get them or is it need to use direct git commands and to parse the output of the git log call?
The message content is supposed to be in the message map.
Itās recommended to not read the git repo yourself, as jami-core (the daemon) will transform it for the client (for instance, if the message was edited etc.).