From 34ac098a3d3e954d8c44dfaa17b4ee4a25801f47 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 18 Dec 2022 20:34:03 +0300 Subject: Steam: Invisible status added to the protocol --- protocols/Steam/src/api/enums.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Steam/src/api') diff --git a/protocols/Steam/src/api/enums.h b/protocols/Steam/src/api/enums.h index b0b4caa2ee..087b99c5fa 100644 --- a/protocols/Steam/src/api/enums.h +++ b/protocols/Steam/src/api/enums.h @@ -19,6 +19,7 @@ enum PersonaState Snooze = 4, LookingToTrade = 5, LookingToPlay = 6, + Invisible = 7, }; enum class PersonaStateFlag : int -- cgit v1.2.3