mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-18 23:30:00 +00:00
Drop a bunch of random overrides
This commit is contained in:
@@ -349,7 +349,7 @@ export class Message extends BaseClass {
|
||||
message_reference: this.message_reference ?? undefined,
|
||||
mention_everyone: this.mention_everyone ?? false,
|
||||
author: {
|
||||
...(this.author?.toPublicUser() ?? undefined),
|
||||
...(this.author?.toPartialUser() ?? undefined),
|
||||
// Webhooks
|
||||
username: this.username ?? this.author?.username ?? null,
|
||||
avatar: this.avatar ?? this.author?.avatar ?? null,
|
||||
|
||||
Reference in New Issue
Block a user