Skip to content

Commit

Permalink
1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 5, 2020
1 parent df126c7 commit a997f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/clientfactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a997f73

Please sign in to comment.