From de79a5916fd3bd9095efa8679b97918687eac3d5 Mon Sep 17 00:00:00 2001 From: Pierre Nicolas <pierre.nicolas@savoirfairelinux.com> Date: Tue, 9 May 2023 17:28:35 -0400 Subject: [PATCH] conversation: Synchronize conversation's preferences GitLab: #1271 Change-Id: I293864b98bfb0cf0cba6c00bcc117c8c702f544f --- developer/swarm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer/swarm.md b/developer/swarm.md index 17b19ccc..f057f87f 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 -- GitLab