We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df126c7 commit a997f73Copy full SHA for a997f73
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "matrix-appservice-discord",
3
- "version": "1.0.0-rc1",
+ "version": "1.0.0-rc2",
4
"description": "A bridge between Matrix and Discord",
5
"main": "discordas.js",
6
"scripts": {
src/clientfactory.ts
@@ -99,7 +99,7 @@ export class DiscordClientFactory {
99
// TODO: Select a profile based on preference, not the first one.
100
const token = await this.store.getToken(discordIds[0]);
101
const client = new DiscordClient({
102
- fetchAllMembers: true,
+ fetchAllMembers: false,
103
messageCacheLifetime: 5,
104
ws: {
105
intents: Intents.NON_PRIVILEGED,
0 commit comments