From 33ceac37c8633d6b60080bd682c91c79cc7c54b0 Mon Sep 17 00:00:00 2001 From: HopeBaron Date: Thu, 23 Dec 2021 14:53:07 +0200 Subject: [PATCH] Use the threshold config from gateway --- gateway/src/main/kotlin/DefaultGateway.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/src/main/kotlin/DefaultGateway.kt b/gateway/src/main/kotlin/DefaultGateway.kt index a4851966a691..e04644265c52 100644 --- a/gateway/src/main/kotlin/DefaultGateway.kt +++ b/gateway/src/main/kotlin/DefaultGateway.kt @@ -303,7 +303,7 @@ internal val GatewayConfiguration.identify token, IdentifyProperties(os, name, name), false.optional(), - 50.optionalInt(), + threshold.optionalInt(), shard.optional(), presence, intents