You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disconnect button missing on single-site installs. The Connect-to-Rechat tab gated the Disconnect button on rch_multisite_subsite_has_local_oauth(), which is only defined on multisite (the multisite module returns early when !is_multisite()). On single-site function_exists() was false, so the button never rendered even when connected. It now falls back to the local access/refresh token presence when the helper is absent. Multisite behavior unchanged.