Skip to content

Commit 9bfc9ad

Browse files
committed
Add queue heartbeat to unauthenticated commands
1 parent f98e405 commit 9bfc9ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/teiserver/protocols/spring/spring_in.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule Teiserver.Protocols.SpringIn do
3636

3737
# Commands that don't require the user to be logged in
3838
@unauthenticated_commands ~w(
39-
PING STLS LOGIN REGISTER CONFIRMAGREEMENT RESETPASSWORDREQUEST EXIT CHANGEPASSWORD c.telemetry.upload_infolog
39+
PING STLS LOGIN REGISTER CONFIRMAGREEMENT RESETPASSWORDREQUEST EXIT CHANGEPASSWORD c.telemetry.upload_infolog login_queue_heartbeat c.auth.login_queue_heartbeat
4040
)
4141

4242
@spec data_in(String.t(), map()) :: map()

0 commit comments

Comments
 (0)