Skip to content

Commit a997f73

Browse files
committed
1.0.0-rc2
1 parent df126c7 commit a997f73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-appservice-discord",
3-
"version": "1.0.0-rc1",
3+
"version": "1.0.0-rc2",
44
"description": "A bridge between Matrix and Discord",
55
"main": "discordas.js",
66
"scripts": {

src/clientfactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class DiscordClientFactory {
9999
// TODO: Select a profile based on preference, not the first one.
100100
const token = await this.store.getToken(discordIds[0]);
101101
const client = new DiscordClient({
102-
fetchAllMembers: true,
102+
fetchAllMembers: false,
103103
messageCacheLifetime: 5,
104104
ws: {
105105
intents: Intents.NON_PRIVILEGED,

0 commit comments

Comments
 (0)