mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-08 05:42:39 +02:00
fix.
This commit is contained in:
parent
45c90ce9c2
commit
df64a53e58
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ func (s *session) wsToBackend(msg []byte) error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
´
|
|
||||||
if request.DisplayName != "" {
|
if request.DisplayName != "" {
|
||||||
s.profile.Name = request.DisplayName
|
s.profile.Name = request.DisplayName
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue