From a997f7370dc986dd4a5d72633c6e34be8c27d54e Mon Sep 17 00:00:00 2001
From: Will Hunt <willh@matrix.org>
Date: Thu, 5 Nov 2020 17:48:20 +0000
Subject: [PATCH] 1.0.0-rc2

---
 package.json         | 2 +-
 src/clientfactory.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 5c0126b..7331623 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 319542e..54470ce 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,
-- 
GitLab