diff --git a/package.json b/package.json index 5c0126ba..7331623e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-discord", - "version": "1.0.0-rc1", + "version": "1.0.0-rc2", "description": "A bridge between Matrix and Discord", "main": "discordas.js", "scripts": { diff --git a/src/clientfactory.ts b/src/clientfactory.ts index 319542e0..54470cec 100644 --- a/src/clientfactory.ts +++ b/src/clientfactory.ts @@ -99,7 +99,7 @@ export class DiscordClientFactory { // TODO: Select a profile based on preference, not the first one. const token = await this.store.getToken(discordIds[0]); const client = new DiscordClient({ - fetchAllMembers: true, + fetchAllMembers: false, messageCacheLifetime: 5, ws: { intents: Intents.NON_PRIVILEGED,