From 776043393da921ed7d514196ef3d5a213ac4a5fa Mon Sep 17 00:00:00 2001 From: Essem Date: Tue, 25 Jan 2022 15:16:08 -0600 Subject: [PATCH] Don't disable THREAD_LIST_SYNC event --- api/IMPLEMENTATION.md | 2 +- app.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/api/IMPLEMENTATION.md b/api/IMPLEMENTATION.md index 3104314..0f838cf 100644 --- a/api/IMPLEMENTATION.md +++ b/api/IMPLEMENTATION.md @@ -1,5 +1,5 @@ # esmBot Image API -The esmBot image API is a combined HTTP and WebSocket API. 3762 is the default port to access the API. The API supports very basic authentication, which is defined on the server via the PASS environment variable and is sent from the client via the Authentication header in both HTTP and WS requests. +The esmBot image API is a combined HTTP and WebSocket API. The default port to access the API is 3762. The API supports very basic authentication, which is defined on the server via the PASS environment variable and is sent from the client via the Authentication header in both HTTP and WS requests. ## HTTP diff --git a/app.js b/app.js index 07eb9e3..212ca65 100644 --- a/app.js +++ b/app.js @@ -87,8 +87,7 @@ const Admiral = new Fleet({ INVITE_CREATE: true, INVITE_DELETE: true, THREAD_UPDATE: true, - THREAD_DELETE: true, - THREAD_LIST_SYNC: true + THREAD_DELETE: true }, allowedMentions: { everyone: false,