wp_can_access_presence_room() branches on user_can() for both post rooms and admin/online (includes/functions.php:199-214), and nothing exercises that across a site boundary yet. #212 added the first switch_to_blog() calls in tests/, in test-table-creation.php, which is the pattern to follow here.
Split either into its own issue if it grows past a test.
wp_can_access_presence_room()branches onuser_can()for both post rooms andadmin/online(includes/functions.php:199-214), and nothing exercises that across a site boundary yet. #212 added the firstswitch_to_blog()calls intests/, intest-table-creation.php, which is the pattern to follow here.edit_postson site A but not site B is deniedadmin/onlineon site B.Split either into its own issue if it grows past a test.