Update 2.3. Swarm

This commit is contained in:
Sébastien Blin 2021-01-11 14:00:40 -05:00
parent e689be5443
commit 46be4ee886
1 changed files with 9 additions and 0 deletions

View File

@ -272,6 +272,15 @@ where `infos` is a `map<str, str>` with the following keys:
+ description
+ avatar
### Re-import an account (link/export)
The archive MUST contains conversationId to be able to be able to retrieve conversations on new commits after a re-import (because there is no invite at this point). If a commit come for a conversation not present there is two possibilities:
+ The conversationId is there, in this case the daemon is able to re-clone this conversation
+ The conversationId is missing, so the daemon asks (via a message `{{"application/invite", conversationId}}`) a new invite that the user needs to (re)accepts
Note, a conversation can only be retrieven if a contact or another device is there, else it will be lost. There is no magic.
## Other mime types
+ `application/call-history+json` with a JSON containing the `id` and the `duration` of the call