Skip to content

MU WPCOM: Enable Gutenberg RTC for sites with the REAL_TIME_COLLABORATION feature#47512

Merged
arthur791004 merged 5 commits intotrunkfrom
feat/gb-rtc-add-more-sites-for-testing
Mar 11, 2026
Merged

MU WPCOM: Enable Gutenberg RTC for sites with the REAL_TIME_COLLABORATION feature#47512
arthur791004 merged 5 commits intotrunkfrom
feat/gb-rtc-add-more-sites-for-testing

Conversation

@arthur791004
Copy link
Copy Markdown
Contributor

@arthur791004 arthur791004 commented Mar 9, 2026

Related to DOTCOM-16207

Proposed changes

Enable the Gutenberg RTC (Real-Time Collaboration) feature for sites with the REAL_TIME_COLLABORATION feature flag, instead of being disabled by default for all sites.

  • Update wpcom_is_gutenberg_rtc_enabled() to check for the REAL_TIME_COLLABORATION feature using wpcom_site_has_feature() and get_wpcom_blog_id().
  • The result is still filterable via the wpcom_is_gutenberg_rtc_enabled filter, so it can be overridden per-site if needed.

Other information

  • Generate changelog entries for this PR (using AI).

Related product discussion/links

Does this pull request change what data or activity we track or use?

No.

Testing instructions

  1. Apply changes to your WoA dev site by Jetpack Beta Tester
  2. Ensure the test site has the REAL_TIME_COLLABORATION feature enabled. See Gutenberg RTC: Add real_time_collaboration feature #47483
  3. Edit a page/post
  4. Ensure the value of window._wpCollaborationEnabled is true
  5. On a site without the feature, verify that Gutenberg RTC remains disabled.
  6. Ensure the value of window._wpCollaborationEnabled is undefined

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[mu wpcom Feature] Gutenberg Rtc [Package] Jetpack mu wpcom WordPress.com Features [Plugin] mu wpcom jetpack-mu-wpcom plugin [Plugin] Wpcomsh [Status] UI Changes Add this to PRs that change the UI so documentation can be updated.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants