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
fix(handshake): store user data in socket.data for online-users widget
The handshake middleware stored admin user as socket.adminUser but the
getOnlineUsers endpoint reads socket.data.user (Socket.IO's standard
data property). Changed to socket.data.user so the Who's Online widget
shows actual user names instead of "Anonymous".
0 commit comments