diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-02-01 00:12:00 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-02-01 00:12:00 +1100 |
commit | b8d58dba444192aa501c5adbb946c9169cca9d5c (patch) | |
tree | 7af82bbfcdb30e33a1da750b8b0a03d03ac066e2 | |
parent | check pw and other auth before letting users undisable (diff) | |
download | server-b8d58dba444192aa501c5adbb946c9169cca9d5c.tar.xz |
Fix missing props in welcome message creation, which causes every client who received the welcome message to disconnect.
-rw-r--r-- | src/util/entities/Member.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/util/entities/Member.ts b/src/util/entities/Member.ts |