From 06c48c6fd546a5830a704be617986bbc13dedd2a Mon Sep 17 00:00:00 2001 From: madhead Date: Fri, 5 Jul 2024 23:32:57 +0200 Subject: [PATCH] /gdpr and /privacy command handlers stubs --- .idea/codeStyles/Project.xml | 6 +- .idea/inspectionProfiles/Project_Default.xml | 1 + .../policy/GDPRCommandUpdateProcessor.kt | 54 ++++++++++++++++++ .../policy/PrivacyCommandUpdateProcessor.kt | 55 +++++++++++++++++++ i18n/src/main/resources/i18n.properties | 3 + launcher/fly/requests.http | 1 - .../tyzenhaus/launcher/fly/koin/pipeline.kt | 14 +++++ 7 files changed, 130 insertions(+), 4 deletions(-) create mode 100644 core/src/main/kotlin/me/madhead/tyzenhaus/core/telegram/updates/policy/GDPRCommandUpdateProcessor.kt create mode 100644 core/src/main/kotlin/me/madhead/tyzenhaus/core/telegram/updates/policy/PrivacyCommandUpdateProcessor.kt diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 97e14e55..32ab546a 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -32,13 +32,13 @@