diff --git a/projects/packages/rtc/changelog/dotcom-16781-temporarily-disable-rtc-on-atomic-sites b/projects/packages/rtc/changelog/dotcom-16781-temporarily-disable-rtc-on-atomic-sites deleted file mode 100644 index af33a1bd236..00000000000 --- a/projects/packages/rtc/changelog/dotcom-16781-temporarily-disable-rtc-on-atomic-sites +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -RTC: Temporarily disable RTC on Atomic sites diff --git a/projects/packages/rtc/changelog/dotcom-17053-re-enable-rtc-by-default-on-wow-sites b/projects/packages/rtc/changelog/dotcom-17053-re-enable-rtc-by-default-on-wow-sites new file mode 100644 index 00000000000..e066f33b2e5 --- /dev/null +++ b/projects/packages/rtc/changelog/dotcom-17053-re-enable-rtc-by-default-on-wow-sites @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +RTC: Re-enable RTC by default on WoW sites diff --git a/projects/packages/rtc/src/class-rtc.php b/projects/packages/rtc/src/class-rtc.php index 5d740810c6a..ea21342641f 100644 --- a/projects/packages/rtc/src/class-rtc.php +++ b/projects/packages/rtc/src/class-rtc.php @@ -243,12 +243,6 @@ public static function default_rtc_option( $default = '', $option = '' ) { if ( ! self::is_allowed() ) { return '0'; } - - // Temporarily disable RTC while an issue with CRDT documents is investigated/fixed. - if ( defined( 'IS_ATOMIC' ) && IS_ATOMIC ) { - return '0'; - } - // RTC allowed and option is not stored yet if ( $option === self::OPTION_NEW ) { // If the old option is set, use that.