remove banner on v6

This commit is contained in:
murdle 2026-01-04 18:48:20 +02:00
parent fc40a3757d
commit 2e942c8fae

View File

@ -433,6 +433,7 @@ export async function onIdentify(this: WebSocket, data: Payload) {
return { return {
...g.toJSON(), ...g.toJSON(),
banner: null, // dumb crash fix
joined_at: member.joined_at, joined_at: member.joined_at,
channels: g.channels, channels: g.channels,
roles: g.roles, roles: g.roles,