feat: whatsapp duplicate message (#7004)

This commit is contained in:
Tejaswini Chile
2023-05-03 15:18:20 +05:30
committed by GitHub
parent 0d014d5d4b
commit b081fe08b8
4 changed files with 55 additions and 6 deletions

View File

@@ -29,4 +29,6 @@ module Redis::RedisKeys
## Internal Installation related keys
CHATWOOT_INSTALLATION_ONBOARDING = 'CHATWOOT_INSTALLATION_ONBOARDING'.freeze
LATEST_CHATWOOT_VERSION = 'LATEST_CHATWOOT_VERSION'.freeze
# Check if a message create with same source-id is in progress?
MESSAGE_SOURCE_KEY = 'MESSAGE_SOURCE_KEY::%<id>s'.freeze
end