mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 13:55:39 +00:00
hopefully fix this bug
This commit is contained in:
@@ -243,7 +243,7 @@ export class Message extends BaseClass {
|
||||
member_id: undefined,
|
||||
webhook_id: this.webhook_id ?? undefined,
|
||||
application_id: undefined,
|
||||
mentions: this.mentions.map((user) => user.toPublicUser() ?? undefined),
|
||||
mentions: this.mentions.map((user) => user?.toPublicUser() ?? undefined),
|
||||
|
||||
nonce: this.nonce ?? undefined,
|
||||
tts: this.tts ?? false,
|
||||
|
||||
Reference in New Issue
Block a user