Implement WhatsApp share intake and person quick actions
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user