Skip to content

[Fix] Media card url fix#72

Closed
AlexanderKanakis wants to merge 16 commits intocx_developmentfrom
mediaCardUrl_fix
Closed

[Fix] Media card url fix#72
AlexanderKanakis wants to merge 16 commits intocx_developmentfrom
mediaCardUrl_fix

Conversation

@AlexanderKanakis
Copy link
Copy Markdown
Collaborator

@AlexanderKanakis AlexanderKanakis commented Jun 25, 2021

Changed custom payload object property "imageCardUrl" to "mediaCardUrl" to match the changes in RC's customFields handling.

@AlexanderKanakis AlexanderKanakis changed the base branch from master to cx_development June 25, 2021 21:28
@ear-dev
Copy link
Copy Markdown

ear-dev commented Jun 25, 2021

@AlexanderKanakis can you add something in the description field please as to what is in this PR?
Thanks!

@AlexanderKanakis
Copy link
Copy Markdown
Collaborator Author

@ear-dev Done!

await botTypingListener(rid, this.modify.getNotifier().typing({ id: rid, username: DialogflowBotUsername }));
response = (await Dialogflow.sendRequest(this.http, this.read, this.modify, this.persistence, rid, text, DialogflowRequestType.MESSAGE));
await botTypingListener(this.modify, rid, DialogflowBotUsername);
response = (await Dialogflow.sendRequest(this.http, this.read, this.modify, rid, text, DialogflowRequestType.MESSAGE));
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4th argument this.persistence is missing here. Isn't it giving you an error?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Shailesh351 you can ignore this PR, I will make the changes in a new one. Should I pull from cx_development or master?

Copy link
Copy Markdown
Collaborator

@Shailesh351 Shailesh351 Jun 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about one PR for merging master in cx_development. And one for this mediaCardURL?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to do a small PR to fix Steve's issue from yesterday. I will just update this PR to be only about changes for mediaCardURL.

@AlexanderKanakis AlexanderKanakis deleted the mediaCardUrl_fix branch July 23, 2021 12:13
ear-dev pushed a commit that referenced this pull request Jan 24, 2022
Co-authored-by: murtaza98 <murtaza.patrawala@rocket.chat>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants