Skip to content

Commit

Permalink
- Removing extra space in optional filed for instagram
Browse files Browse the repository at this point in the history
  • Loading branch information
hghuge committed Feb 13, 2024
1 parent 17e2627 commit 1d5cdfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kairon/chat/handlers/channels/messenger.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ async def reply_on_comment(
self, comment_id: Text, bot: Text, **kwargs: Any
):
body = {}
_r = self.messenger_client.session.post(
_ = self.messenger_client.session.post(
'{graph_url}/{comment_id}/replies?message={message}'.
format(graph_url=self.messenger_client.graph_url,
comment_id=comment_id,
Expand Down
2 changes: 1 addition & 1 deletion metadata/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ channels:
- page_access_token
- verify_token
optional_fields:
- static_comment_reply: Thanks for reaching us, please check your inbox
- static_comment_reply
whatsapp:
required_fields:
- app_secret
Expand Down

0 comments on commit 1d5cdfb

Please sign in to comment.