From ef97df4f7fe7edf52d667fd51db94279a9effa98 Mon Sep 17 00:00:00 2001 From: PixeLInc Date: Thu, 18 Jan 2018 18:54:02 -0600 Subject: [PATCH] Add the new statuses --- disco/types/user.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/disco/types/user.py b/disco/types/user.py index b35dc47..0eeca8d 100644 --- a/disco/types/user.py +++ b/disco/types/user.py @@ -58,6 +58,8 @@ class User(SlottedModel, with_equality('id'), with_hash('id')): GameType = Enum( DEFAULT=0, STREAMING=1, + LISTENING=2, + WATCHING=3, ) Status = Enum(