mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 11:51:18 +00:00
Dont serialize discovery weight/exclusion status
This commit is contained in:
@@ -438,6 +438,8 @@ export class Guild extends BaseClass {
|
||||
...this,
|
||||
unavailable: this.unavailable == false ? undefined : true,
|
||||
channel_ordering: undefined,
|
||||
discovery_weight: undefined,
|
||||
discovery_excluded: undefined,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user