fix: Unsupported message type (#5783)

- fix handling unsupported message types
This commit is contained in:
Tejaswini Chile
2022-11-02 03:51:45 +05:30
committed by GitHub
parent be516a5ea6
commit 00e06e5139
2 changed files with 32 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ class Whatsapp::IncomingMessageBaseService
end
def unprocessable_message_type?
%w[reaction contacts].include?(message_type)
%w[reaction contacts ephemeral unsupported].include?(message_type)
end
def attach_files