From a451f92e67ee51136d4841fdda6befe8629a298b Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 14 Mar 2026 03:59:28 +0100 Subject: [PATCH] properly mark unused params --- .idea/workspace.xml | 43 +++++++++++++++++-- scripts/schema.js | 6 +-- scripts/util/getRouteDescriptions.js | 2 +- src/api/middlewares/Authentication.ts | 2 +- .../channels/#channel_id/thread-members.ts | 14 +++--- .../routes/channels/#channel_id/threads.ts | 1 + .../guilds/automations/email-domain-lookup.ts | 1 + src/api/routes/reporting/index.ts | 1 + .../webhooks/#webhook_id/#token/index.ts | 1 + src/api/util/handlers/Message.ts | 3 +- src/apply-migrations.ts | 2 +- src/gateway/Server.ts | 6 +-- src/gateway/opcodes/Identify.ts | 5 --- src/gateway/opcodes/LazyRequest.ts | 1 + src/gateway/opcodes/StreamDelete.ts | 1 + src/gateway/util/Utils.ts | 2 +- src/util/Signing.ts | 2 +- src/util/entities/UserSettingsProtos.ts | 2 +- src/util/migration/postgres-initial.ts | 2 +- ...delete-bot-users-without-an-application.ts | 2 +- src/util/util/Database.ts | 3 +- src/util/util/email/clients/IEmailClient.ts | 2 + src/util/util/json/JsonSerializer.ts | 1 + src/webrtc/events/Message.ts | 7 --- src/webrtc/opcodes/BackendVersion.ts | 2 +- src/webrtc/opcodes/Identify.ts | 1 + src/webrtc/opcodes/Video.ts | 2 +- 27 files changed, 78 insertions(+), 39 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 11f4ea469..f2c77cea1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -12,6 +12,18 @@