Skip to content
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

[MM-59072] Don't require user ID in caption message #810

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

streamer45
Copy link
Collaborator

Summary

While working on mattermost/calls-transcriber#27, I realized that any connected client could craft a WebSocket message to display arbitrary captions from any other user connected to the call.

The UserID field was also redundant since we can easily find that information from the call session object.

Ticket Link

https://mattermost.atlassian.net/browse/MM-59072

@streamer45 streamer45 added the 2: Dev Review Requires review by a core committer label Jul 10, 2024
@streamer45 streamer45 added this to the v0.29.0 / MM 9.11 milestone Jul 10, 2024
@streamer45 streamer45 requested a review from cpoile July 10, 2024 10:51
@streamer45 streamer45 self-assigned this Jul 10, 2024
Copy link
Member

@cpoile cpoile left a comment

Choose a reason for hiding this comment

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

That would be an interesting trick to play on participants I guess. :)

@cpoile cpoile added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Jul 10, 2024
@streamer45 streamer45 merged commit 92f54f6 into main Jul 11, 2024
18 checks passed
@streamer45 streamer45 deleted the MM-59072 branch July 11, 2024 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants