Browse Source

Add the new statuses

pull/78/head
PixeLInc 8 years ago
parent
commit
ef97df4f7f
No known key found for this signature in database GPG Key ID: 37E94ED7317CA6A3
  1. 2
      disco/types/user.py

2
disco/types/user.py

@ -58,6 +58,8 @@ class User(SlottedModel, with_equality('id'), with_hash('id')):
GameType = Enum( GameType = Enum(
DEFAULT=0, DEFAULT=0,
STREAMING=1, STREAMING=1,
LISTENING=2,
WATCHING=3,
) )
Status = Enum( Status = Enum(

Loading…
Cancel
Save