We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98e405 commit 9bfc9adCopy full SHA for 9bfc9ad
1 file changed
lib/teiserver/protocols/spring/spring_in.ex
@@ -36,7 +36,7 @@ defmodule Teiserver.Protocols.SpringIn do
36
37
# Commands that don't require the user to be logged in
38
@unauthenticated_commands ~w(
39
- PING STLS LOGIN REGISTER CONFIRMAGREEMENT RESETPASSWORDREQUEST EXIT CHANGEPASSWORD c.telemetry.upload_infolog
+ PING STLS LOGIN REGISTER CONFIRMAGREEMENT RESETPASSWORDREQUEST EXIT CHANGEPASSWORD c.telemetry.upload_infolog login_queue_heartbeat c.auth.login_queue_heartbeat
40
)
41
42
@spec data_in(String.t(), map()) :: map()
0 commit comments