Implement WhatsApp share intake and person quick actions

This commit is contained in:
Rijad Zuzo
2026-02-19 00:09:28 +01:00
parent 818c1046f3
commit d2205bd3d9
15 changed files with 1463 additions and 4 deletions
+6
View File
@@ -36,6 +36,12 @@ class AppConfig {
defaultValue: true,
);
/// Enables inbound share-intake pipeline for WhatsApp text shares.
static bool get enableWhatsAppShareIntake => const bool.fromEnvironment(
'ENABLE_WHATSAPP_SHARE_INTAKE',
defaultValue: true,
);
/// Interval used for periodic background sync ticks.
static int get backgroundSyncIntervalSeconds => const int.fromEnvironment(
'BACKGROUND_SYNC_INTERVAL_SECONDS',