The admin/online room name is written as a string literal in eight places across six files:
includes/heartbeat.php:32, :103, :311
includes/user-list.php:26, :74
includes/admin-bar.php:22
includes/lifecycle.php:24
includes/widgets/class-wp-presence-widget-whos-online.php:22 (as self::ROOM)
Per-post rooms already go through wp_presence_post_room(). Add wp_presence_admin_room() next to it and use it in all eight places.
Follow-up to #141, which added the third literal in heartbeat.php.
The
admin/onlineroom name is written as a string literal in eight places across six files:includes/heartbeat.php:32,:103,:311includes/user-list.php:26,:74includes/admin-bar.php:22includes/lifecycle.php:24includes/widgets/class-wp-presence-widget-whos-online.php:22(asself::ROOM)Per-post rooms already go through
wp_presence_post_room(). Addwp_presence_admin_room()next to it and use it in all eight places.Follow-up to #141, which added the third literal in
heartbeat.php.