From 2ebd64baea02003840d5741131d3be00360b9dcf Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Thu, 27 Jan 2022 15:02:27 +0000 Subject: [PATCH 1/2] chore: Update privacy --- PRIVACY.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/PRIVACY.md b/PRIVACY.md index c62e6f46a..35708b054 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -98,3 +98,23 @@ A typical push notification could look like this: ``` FluffyChat sets the `event_id_only` flag at the Matrix Server. This server is then responsible to send the correct data. + +## Stories + +FluffyChat supports stories which is a feature similar to WhatsApp status or Instagram stories. However it is just a different GUI for the same room-related communication. More information about the feature can be found here: + +https://github.com/krillefear/matrix-doc/blob/main/proposals/3588-stories-as-rooms.md + +Stories are basically: + +- End to end encrypted rooms +- Read-only rooms with only one admin who can post stuff (while there is no technical limitation to have multiple admins) + +By default: + +- The user has to invite all contacts manually to a story room +- The user can only invite contacts (matrix users the user shares a DM room with) to the story room +- The story room is created when the first story is posted +- User can mute and leave story rooms + +The user is informed in the app that in theory all contacts can see each other in the story room. The user must give consent here. However the user is at any time able to create a group chat and invite all of their contacts to this chat in any matrix client which has the same result. From a2dca7582e07e8bfe34d044d655ca959bea75cc6 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Thu, 27 Jan 2022 15:03:05 +0000 Subject: [PATCH 2/2] chore: Add missing link --- PRIVACY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PRIVACY.md b/PRIVACY.md index 35708b054..609255775 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -8,6 +8,7 @@ FluffyChat is available on Android, iOS and as a web version. Desktop versions f * [Encryption](#4) * [App Permissions](#5) * [Push Notifications](#6) +* [Stories](#7) ## Matrix FluffyChat uses the Matrix protocol. This means that FluffyChat is just a client that can be connected to any compatible matrix server. The respective data protection agreement of the server selected by the user then applies. @@ -99,7 +100,7 @@ A typical push notification could look like this: FluffyChat sets the `event_id_only` flag at the Matrix Server. This server is then responsible to send the correct data. -## Stories +## Stories FluffyChat supports stories which is a feature similar to WhatsApp status or Instagram stories. However it is just a different GUI for the same room-related communication. More information about the feature can be found here: