diff options
| author | George Hazan <ghazan@miranda.im> | 2022-12-18 20:34:03 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-12-18 20:34:03 +0300 |
| commit | 34ac098a3d3e954d8c44dfaa17b4ee4a25801f47 (patch) | |
| tree | 1561dc29c22a627645d1c991287c95828489008f /protocols/Steam/src/api | |
| parent | f4b92c5c224f8aeffc8ffb9b372fc9b25bac2559 (diff) | |
Steam: Invisible status added to the protocol
Diffstat (limited to 'protocols/Steam/src/api')
| -rw-r--r-- | protocols/Steam/src/api/enums.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
