diff --git a/classes/class-wpcom-liveblog-socketio-loader.php b/classes/class-wpcom-liveblog-socketio-loader.php index b208ba921..5e06925d4 100644 --- a/classes/class-wpcom-liveblog-socketio-loader.php +++ b/classes/class-wpcom-liveblog-socketio-loader.php @@ -126,10 +126,8 @@ public static function show_old_php_for_socketio_error() { /** * Return true if viewing a liveblog post, Socket.io support is - * enabled, socket.io-php-emitter is installed and connected to the - * Redis server and post is public. For now we only support Socket.io - * for public posts since there is no way to tell in the Socket.io - * server if a client has permission or not to see a Liveblog post. + * enabled and socket.io-php-emitter is installed and connected to the + * Redis server. * * @return bool */