forked from mirror/monocles_chat
fix last commit. bring back option required by quicksy
(cherry picked from commit 717aeddb82e25fed0b4dc4591985f762cb81536d)
(cherry picked from commit 27b2c4d098
)
This commit is contained in:
parent
2af30485ed
commit
9d491422bc
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ public class Account extends AbstractEntity implements AvatarService.Avatarable
|
|||
public static final int OPTION_REQUIRES_ACCESS_MODE_CHANGE = 5;
|
||||
public static final int OPTION_LOGGED_IN_SUCCESSFULLY = 6;
|
||||
public static final int OPTION_HTTP_UPLOAD_AVAILABLE = 7;
|
||||
public static final int OPTION_UNVERIFIED = 8;
|
||||
public static final int OPTION_FIXED_USERNAME = 9;
|
||||
public static final int OPTION_QUICKSTART_AVAILABLE = 10;
|
||||
|
||||
|
|
Loading…
Reference in a new issue