Skip to content
Extraits de code Groupes Projets
Valider a997f737 rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

1.0.0-rc2

parent df126c75
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
{ {
"name": "matrix-appservice-discord", "name": "matrix-appservice-discord",
"version": "1.0.0-rc1", "version": "1.0.0-rc2",
"description": "A bridge between Matrix and Discord", "description": "A bridge between Matrix and Discord",
"main": "discordas.js", "main": "discordas.js",
"scripts": { "scripts": {
......
...@@ -99,7 +99,7 @@ export class DiscordClientFactory { ...@@ -99,7 +99,7 @@ export class DiscordClientFactory {
// TODO: Select a profile based on preference, not the first one. // TODO: Select a profile based on preference, not the first one.
const token = await this.store.getToken(discordIds[0]); const token = await this.store.getToken(discordIds[0]);
const client = new DiscordClient({ const client = new DiscordClient({
fetchAllMembers: true, fetchAllMembers: false,
messageCacheLifetime: 5, messageCacheLifetime: 5,
ws: { ws: {
intents: Intents.NON_PRIVILEGED, intents: Intents.NON_PRIVILEGED,
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter