-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(chat-features): Add messageId and change id to participantId #14945
Conversation
Hi, thanks for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, we need to land the LJM change first though. @damencho can you PTAL too?
This reverts commit 4cde2a2.
Code looks good, can you please fix the linting errors? |
Fixed. |
Ah I see there's a couple more — working on them now. |
Let me know if that works 🙂 |
Jenkins please test this please. |
Nope, it is related |
IFrameAPICommandsTest. testCommandSendChatMessage |
We should figure it out what is the problem as it may break all tests, till now 2 out of 2 are failing. |
modules/API/API.js
Outdated
@@ -1814,9 +1814,9 @@ class API { | |||
* Notify external application of a participant, remote or local, being | |||
* removed from the conference by another participant. | |||
* | |||
* @param {string} kicked - The ID of the participant removed from the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a merge conflict.
Jenkins please test this please. |
🚀 🚀 🚀 🚀 |
Depends on: jitsi/lib-jitsi-meet#2548