Calls 1-1 video support v2#185
Merged
Merged
Conversation
edgarbellot
approved these changes
Dec 3, 2025
Mattermost server :master image (v11.2.0, built Nov 28, 2025) now requires Postgres 14.0+ but CI was using Postgres 13, causing the server to crash with: Error: minimum Postgres version requirements not met. Found: 13.23, Wanted: 14.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
f21f605 to
e6bf173
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is the original Calls Video 1:1 branch rebased onto master. In order to run CI tests, plugin-calls must also be on the same branch. On plugin-calls repos, branch MM-63430-ux was rebased onto main, creating branch MM-63430-v2, matching this one. So this PR replaces the original #173, using new branches that match correctly. I also had to make various updates to get this to pass CI test.
Here is the original PR for these changes:
#173
Ticket Link
https://mattermost.atlassian.net/browse/MM-63430