mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-02 00:10:07 +02:00
add profileChanged.
This commit is contained in:
parent
a2da60d617
commit
2467c94c59
2 changed files with 19 additions and 0 deletions
|
@ -142,6 +142,7 @@ func (manager *SessionManagerCtx) Update(id string, profile types.MemberProfile)
|
|||
manager.membersMu.Unlock()
|
||||
|
||||
manager.emmiter.Emit("profile_changed", session)
|
||||
session.profileChanged()
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue