summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-01-11 14:32:30 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-01-11 14:32:30 +1100
commit7fc36342117ff88451d749dde2c4235cc4665ceb (patch)
treeebf802438ba14a399f8a9707c4e2c5e8802bea41 /src
parentAdd sentry close to sigterm handler (diff)
downloadserver-7fc36342117ff88451d749dde2c4235cc4665ceb.tar.xz
https://discord.com/channels/806142446094385153/898197424340860928/1062404340427534446
Diffstat (limited to 'src')
-rw-r--r--src/gateway/opcodes/LazyRequest.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gateway/opcodes/LazyRequest.ts b/src/gateway/opcodes/LazyRequest.ts
index f5bee864..a3bac6e9 100644
--- a/src/gateway/opcodes/LazyRequest.ts
+++ b/src/gateway/opcodes/LazyRequest.ts
@@ -111,7 +111,7 @@ async function getMembers(guild_id: string, range: [number, number]) {
 			var session: Session | undefined = sessions.first();
 
 			if (session?.status == "offline") {
-				session.status = member.user.settings.status || "online";
+				session.status = member?.user?.settings?.status || "online";
 			}
 
 			const item = {