diff --git a/developer/swarm.md b/developer/swarm.md index 17b19cccf384d19296e49b5563fba580df0a972a..f057f87f51352f8edfc1e7d3b0282c95ef6981a0 100644 --- a/developer/swarm.md +++ b/developer/swarm.md @@ -265,7 +265,7 @@ In the synchronized data, each devices sends to other devices the state of the c Every conversation has attached preferences set by the user. Those preferences are synced across user's devices. This can be the color of the conversation, if the user wants to ignore notifications, file transfer size limit, etc. For now, the recognized keys are: -+ "color" - the color of the conversation ++ "color" - the color of the conversation (#RRGGBB format) + "ignoreNotifications" - to ignore notifications for new messages in this conversation + "symbol" - to define a default emoji. @@ -486,7 +486,7 @@ Alice wants to invite Bob: 2. Alice generates an invite: { "application/invite+json" : { "conversationId": "$id", "members": [{...}] -}} + }} 3. Two possibilities for sending the message a. If not connected, via the DHT b. Else, Alice sends on the SIP channel