Skip to content

Commit

Permalink
remove regular type to conversation type from FacebookConversationAPI (
Browse files Browse the repository at this point in the history
…#576)

Co-authored-by: Jackson Barbosa <=>
  • Loading branch information
barbosajackson authored Nov 28, 2024
1 parent 28d695f commit 15f658b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _get_fields(self, start: str, end: str):
fields += f".end({end})"
fields += ".granularity(DAILY)"
fields += ".phone_numbers([])"
fields += '.conversation_types(["REGULAR"])'
fields += '.conversation_types([])'
fields += '.dimensions(["conversation_type", "conversation_direction", "conversation_category"])'

return fields
Expand Down

0 comments on commit 15f658b

Please sign in to comment.