Skip to content

Commit

Permalink
remove pomelo disclose, to be added in pomelo impl pr
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyUnderStars committed Aug 1, 2023
1 parent 496cfc8 commit 53aed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway/opcodes/Identify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ export async function onIdentify(this: WebSocket, data: Payload) {
lazy_private_channels: [],
guilds: [], // { voice_states: [], id: string, embedded_activities: [] }
// embedded_activities are users currently in an activity?
disclose: ["pomelo"],
disclose: [], // Config.get().general.uniqueUsernames ? ["pomelo"] : []
},
});

Expand Down

0 comments on commit 53aed18

Please sign in to comment.