Remove real-time collaboration: Backport to the 7.0 branch#11778
Remove real-time collaboration: Backport to the 7.0 branch#11778desrosj wants to merge 3 commits intoWordPress:7.0from
Conversation
Removes all RTC related code from core. There will still be RTC related code in Gutenberg, but effectively disabled for core since nothing turns it on. The wp.sync global has also been hidden by bundling in WordPress/gutenberg#78085. Developed in: WordPress#11774. Props maxschmeling, ellatrix, mukesh27. Fixes #65205. git-svn-id: https://develop.svn.wordpress.org/trunk@62334 602fd350-edb4-49c9-b593-d223f7449a82
|
Oh, @maxschmeling's branch initially targeted the 7.0 branch, I didn't realize there might be conflicts. |
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
@maxschmeling can you confirm that everything looks good in
|
As far as I can tell it is. I tested the PR with the removal. Everything looked good there. And it appears to be applied to trunk correctly. |
I've tested |
Stages the backport to the 7.0 branch to resolve merge conflicts
Trac ticket: Core-65205.
Use of AI Tools
This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.