mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-25 04:28:17 +02:00
ID in MemberProfile.
This commit is contained in:
parent
f361d0c681
commit
5f3b9f72cf
2 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,7 @@ func (h *MessageHandlerCtx) SessionProfileUpdated(session types.Session) error {
|
|||
h.sessions.Broadcast(
|
||||
message.MemberProfile{
|
||||
Event: event.MEMBER_PROFILE_UPDATED,
|
||||
ID: session.ID(),
|
||||
Name: session.Name(),
|
||||
IsAdmin: session.IsAdmin(),
|
||||
CanLogin: session.CanLogin(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue