chore: Update privacy policy links

This commit is contained in:
Christian Kußowski 2025-11-25 09:37:49 +01:00
parent 07f2396790
commit 04ea9daa62
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ More information is available at: [https://pub.dev/packages/sqflite](https://pub
## <a id="encryption" href="#encryption">#</a> Encryption ## <a id="encryption" href="#encryption">#</a> Encryption
All communication of substantive content between Fluffychat and any server is done in secure way, using transport encryption to protect it. All communication of substantive content between Fluffychat and any server is done in secure way, using transport encryption to protect it.
FluffyChat also uses End-To-End-Encryption by using [libolm](https://gitlab.matrix.org/matrix-org/olm) and enables it by default for private chats. FluffyChat also uses End-To-End-Encryption by using [Vodozemac](https://github.com/matrix-org/vodozemac) and enables it by default for private chats.
## <a id="app-permissions" href="#app-permissions">#</a> App Permissions ## <a id="app-permissions" href="#app-permissions">#</a> App Permissions
@ -59,7 +59,7 @@ FluffyChat uses the Firebase Cloud Messaging service for push notifications on A
4. The device receives the push notification from Firebase Cloud Messaging and displays it as a notification 4. The device receives the push notification from Firebase Cloud Messaging and displays it as a notification
The source code of the push gateway can be viewed here: The source code of the push gateway can be viewed here:
[https://gitlab.com/famedly/services/famedly-push-gateway](https://gitlab.com/famedly/services/famedly-push-gateway) [https://github.com/krille-chan/fluffygate](https://github.com/krille-chan/fluffygate)
`event_id_only` is used as the format for the push notification. A typical push notification therefore only contains: `event_id_only` is used as the format for the push notification. A typical push notification therefore only contains:
- Event ID - Event ID

View file

@ -9,7 +9,7 @@
# Looking to add descriptions for a new command, but don't know what it does? # Looking to add descriptions for a new command, but don't know what it does?
# It is likely defined here (in registerDefaultCommands()): # It is likely defined here (in registerDefaultCommands()):
# https://gitlab.com/famedly/company/frontend/famedlysdk/-/blob/main/lib/src/utils/commands_extension.dart # https://github.com/famedly/matrix-dart-sdk/tree/main/lib/src/utils/commands_extension.dart
echo "\ echo "\
// This file is auto-generated using scripts/generate_command_hints_glue.sh. // This file is auto-generated using scripts/generate_command_hints_glue.sh.